urbit/pkg/arvo/lib/graph.hoon

17 lines
274 B
Plaintext
Raw Normal View History

2020-06-27 00:13:12 +03:00
|%
++ scry-for
|* [=mold =path]
.^ mold
%gx
(scot %p our.bowl)
%graph-store
(scot %da now.bowl)
(snoc `^path`path %noun)
==
::
++ get-graph
|= res=resource
^- graph:store
(scry-for graph:store /graph/(scot %p entity.res)/[name.res])
--