MCPcopy Create free account
hub / github.com/codnect/chrono / LastExecutionTime

Method LastExecutionTime

trigger.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (ctx *SimpleTriggerContext) LastExecutionTime() time.Time {
32 return ctx.lastExecutionTime
33}
34
35func (ctx *SimpleTriggerContext) LastTriggeredExecutionTime() time.Time {
36 return ctx.lastTriggeredExecutionTime

Callers 1

TestSimpleTriggerContextFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSimpleTriggerContextFunction · 0.76