graph-push-hook: rename mark for cache action

This commit is contained in:
Logan Allen 2021-05-10 11:20:06 -05:00
parent 258241dd15
commit e042420d9b
2 changed files with 5 additions and 5 deletions

View File

@ -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]
== ==