shrub/pkg/landscape/mar/metadata/update-1.hoon

23 lines
387 B
Plaintext
Raw Normal View History

/+ store=metadata-store
2021-07-09 05:54:55 +03:00
|_ =update:one:store
++ grad %noun
++ grow
|%
++ noun update
2021-07-09 05:54:55 +03:00
++ metadata-update-2
^- update:store
update
--
::
++ grab
|%
2021-07-09 05:54:55 +03:00
++ noun update:one:store
:: This is ok, we don't send %edit over the wire yet.
++ metadata-update-2
|= upd=update:store
^- update:one:store
?< ?=(%edit -.upd)
upd
--
--