MCPcopy Index your code
hub / github.com/codnect/chrono / NewSimpleTriggerContext

Function NewSimpleTriggerContext

trigger.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func NewSimpleTriggerContext() *SimpleTriggerContext {
18 return &SimpleTriggerContext{}
19}
20
21func (ctx *SimpleTriggerContext) Update(lastCompletionTime time.Time, lastExecutionTime time.Time, lastTriggeredExecutionTime time.Time) {
22 ctx.lastCompletionTime = lastCompletionTime

Callers 2

CreateTriggerTaskFunction · 0.85
TestSimpleTriggerContextFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSimpleTriggerContextFunction · 0.68