shrub/pkg/arvo/sur/hark-graph-hook.hoon
2020-11-10 13:32:48 +10:00

21 lines
300 B
Plaintext

/- *resource, graph-store
^?
|%
+$ action
$%
[?(%listen %ignore) graph=resource]
[%set-mentions mentions=?]
[%set-watch-on-self watch-on-self=?]
==
::
+$ update
$%
action
$: %initial
watching=(set resource)
mentions=_&
watch-on-self=_&
==
==
--