urbit/pkg/arvo/sur/hark-graph-hook.hoon
2020-10-27 15:04:39 +10:00

23 lines
304 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=_&
==
==
--