Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ reset
Method
reset
packages/core/src/v3/clock/index.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
public reset(): void {
31
this.#getClock().reset();
32
}
33
34
#getClock(): Clock {
35
return
getGlobal(API_NAME) ?? SIMPLE_CLOCK;
Callers
nothing calls this directly
Calls
2
#getClock
Method · 0.95
reset
Method · 0.65
Tested by
no test coverage detected