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

Method LastCompletionTime

trigger.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (ctx *SimpleTriggerContext) LastCompletionTime() time.Time {
28 return ctx.lastCompletionTime
29}
30
31func (ctx *SimpleTriggerContext) LastExecutionTime() time.Time {
32 return ctx.lastExecutionTime

Callers 1

TestSimpleTriggerContextFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSimpleTriggerContextFunction · 0.76