Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/chrono
/ LastTriggeredExecutionTime
Method
LastTriggeredExecutionTime
trigger.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(ctx *SimpleTriggerContext) LastTriggeredExecutionTime() time.Time {
36
return
ctx.lastTriggeredExecutionTime
37
}
38
39
type
Trigger
interface
{
40
NextExecutionTime(ctx TriggerContext) time.Time
Callers
1
TestSimpleTriggerContext
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestSimpleTriggerContext
Function · 0.76