urbit/pkg/arvo/mar/graph/validator/link.hoon
2020-08-18 13:32:04 -04:00

28 lines
455 B
Plaintext

/- *post
|_ i=indexed-post
++ grow
|%
++ noun i
--
++ grab
|%
++ noun
|= p=*
=/ ip ;;(indexed-post p)
?+ index.p.ip ~|(index+index.p.ip !!)
:: top-level link post
::
[@ ~]
?> ?=([[%text @] [%url @] [%text @] ~] contents.p.ip)
ip
::
:: comment on link post
::
[@ @ ~]
?> ?=([[%text @] ~] contents.p.ip)
ip
==
--
++ grad %noun
--