mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 11:24:21 +03:00
graph-push-hook: rename mark for cache action
This commit is contained in:
parent
258241dd15
commit
e042420d9b
@ -79,7 +79,7 @@
|
|||||||
++ on-poke
|
++ on-poke
|
||||||
|= [=mark =vase]
|
|= [=mark =vase]
|
||||||
^- (quip card _this)
|
^- (quip card _this)
|
||||||
?. =(mark %gph-cache-action)
|
?. =(mark %graph-cache-hook)
|
||||||
[~ this]
|
[~ this]
|
||||||
=/ a=cache-action !<(cache-action vase)
|
=/ a=cache-action !<(cache-action vase)
|
||||||
=* c +.state
|
=* c +.state
|
||||||
@ -159,13 +159,13 @@
|
|||||||
%- zing
|
%- zing
|
||||||
:~ ?: mark-cached ~
|
:~ ?: mark-cached ~
|
||||||
:_ ~
|
:_ ~
|
||||||
%+ poke-self:pass:io %gph-cache-action
|
%+ poke-self:pass:io %graph-cache-hook
|
||||||
!> ^- cache-action
|
!> ^- cache-action
|
||||||
[%graph-to-mark rid mark]
|
[%graph-to-mark rid mark]
|
||||||
::
|
::
|
||||||
?: transform-cached ~
|
?: transform-cached ~
|
||||||
:_ ~
|
:_ ~
|
||||||
%+ poke-self:pass:io %gph-cache-action
|
%+ poke-self:pass:io %graph-cache-hook
|
||||||
!> ^- cache-action
|
!> ^- cache-action
|
||||||
[%transform-marks u.mark tube]
|
[%transform-marks u.mark tube]
|
||||||
==
|
==
|
||||||
@ -329,13 +329,13 @@
|
|||||||
%- zing
|
%- zing
|
||||||
:~ ?: mark-cached ~
|
:~ ?: mark-cached ~
|
||||||
:_ ~
|
:_ ~
|
||||||
%+ poke-self:pass:io %gph-cache-action
|
%+ poke-self:pass:io %graph-cache-hook
|
||||||
!> ^- cache-action
|
!> ^- cache-action
|
||||||
[%graph-to-mark resource mark]
|
[%graph-to-mark resource mark]
|
||||||
::
|
::
|
||||||
?: perms-cached ~
|
?: perms-cached ~
|
||||||
:_ ~
|
:_ ~
|
||||||
%+ poke-self:pass:io %gph-cache-action
|
%+ poke-self:pass:io %graph-cache-hook
|
||||||
!> ^- cache-action
|
!> ^- cache-action
|
||||||
[%perm-marks [u.mark (perm-mark-name perm)] tube]
|
[%perm-marks [u.mark (perm-mark-name perm)] tube]
|
||||||
==
|
==
|
||||||
|
Loading…
Reference in New Issue
Block a user