mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 06:11:31 +03:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
|
:: graph-store|remove-nodes: remove nodes from a graph at indices
|
||
|
::
|
||
|
/- *graph-store
|
||
|
:- %say
|
||
|
|= $: [now=@da eny=@uvJ =beak]
|
||
|
[[=resource indices=(set index) ~] ~]
|
||
|
==
|
||
|
:- %graph-action
|
||
|
^- action
|
||
|
[%0 [%remove-nodes resource indices]]
|