mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
graph-store: integrates with |mass
This commit is contained in:
parent
9c93068835
commit
8cac5b50c4
@ -617,6 +617,16 @@
|
||||
|= =path
|
||||
^- (unit (unit cage))
|
||||
?+ path (on-peek:def path)
|
||||
[%x %whey ~]
|
||||
=/ liv=(list mass)
|
||||
(sort (turn ~(tap by graphs) |=([[* n=term] g=*] n^&+g)) aor)
|
||||
=/ log=(list mass)
|
||||
(sort (turn ~(tap by update-logs) |=([[* n=term] l=*] n^&+l)) aor)
|
||||
=/ sil=(list mass)
|
||||
(sort (turn ~(tap by archive) |=([[* n=term] g=*] n^&+g)) aor)
|
||||
:^ ~ ~ %mass
|
||||
!>(`(list mass)`[live+|+liv logs+|+log ?~(sil ~ [silo+|+sil ~])])
|
||||
::
|
||||
[%x %export ~] ``noun+!>(state)
|
||||
::
|
||||
[%x %keys ~]
|
||||
|
Loading…
Reference in New Issue
Block a user