mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
graph-store: address L review
This commit is contained in:
parent
b5c36eef75
commit
6f9b991e3f
@ -204,8 +204,7 @@
|
||||
|= [a=atom n=^node]
|
||||
^- [@t json]
|
||||
:_ (node n)
|
||||
=/ idx
|
||||
(numb a)
|
||||
=/ idx (numb a)
|
||||
?> ?=(%n -.idx)
|
||||
p.idx
|
||||
::
|
||||
@ -230,8 +229,7 @@
|
||||
|= [n=^index o=^node]
|
||||
^- [@t json]
|
||||
:_ (node o)
|
||||
=/ idx
|
||||
(index n)
|
||||
=/ idx (index n)
|
||||
?> ?=(%s -.idx)
|
||||
p.idx
|
||||
::
|
||||
@ -319,7 +317,7 @@
|
||||
?~ jon
|
||||
[%empty ~]
|
||||
[%graph (graph jon)]
|
||||
::
|
||||
::
|
||||
++ post
|
||||
%- ot
|
||||
:~ [%author (su ;~(pfix sig fed:ag))]
|
||||
|
Loading…
Reference in New Issue
Block a user