shrub/pkg/arvo/sur/hark-graph-hook.hoon

23 lines
304 B
Plaintext
Raw Normal View History

2020-10-27 08:04:39 +03:00
/- *resource, graph-store
2020-10-21 09:02:51 +03:00
^?
|%
::
+$ action
2020-10-27 08:04:39 +03:00
$%
[?(%listen %ignore) graph=resource]
[%set-mentions mentions=?]
[%set-watch-on-self watch-on-self=?]
==
2020-10-21 09:02:51 +03:00
::
2020-10-27 08:04:39 +03:00
+$ update
$%
action
$: %initial
watching=(set resource)
mentions=_&
watch-on-self=_&
==
==
2020-10-21 09:02:51 +03:00
--