mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
23 lines
387 B
Plaintext
23 lines
387 B
Plaintext
/+ store=metadata-store
|
|
|_ =update:one:store
|
|
++ grad %noun
|
|
++ grow
|
|
|%
|
|
++ noun update
|
|
++ metadata-update-2
|
|
^- update:store
|
|
update
|
|
--
|
|
::
|
|
++ grab
|
|
|%
|
|
++ 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
|
|
--
|
|
--
|