mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
|
|%
|
||
|
++ 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])
|
||
|
--
|