mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 05:26:56 +03:00
graph-store: address L review
This commit is contained in:
parent
b5c36eef75
commit
6f9b991e3f
@ -204,8 +204,7 @@
|
|||||||
|= [a=atom n=^node]
|
|= [a=atom n=^node]
|
||||||
^- [@t json]
|
^- [@t json]
|
||||||
:_ (node n)
|
:_ (node n)
|
||||||
=/ idx
|
=/ idx (numb a)
|
||||||
(numb a)
|
|
||||||
?> ?=(%n -.idx)
|
?> ?=(%n -.idx)
|
||||||
p.idx
|
p.idx
|
||||||
::
|
::
|
||||||
@ -230,8 +229,7 @@
|
|||||||
|= [n=^index o=^node]
|
|= [n=^index o=^node]
|
||||||
^- [@t json]
|
^- [@t json]
|
||||||
:_ (node o)
|
:_ (node o)
|
||||||
=/ idx
|
=/ idx (index n)
|
||||||
(index n)
|
|
||||||
?> ?=(%s -.idx)
|
?> ?=(%s -.idx)
|
||||||
p.idx
|
p.idx
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user