Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ disable
Method
disable
packages/core/src/v3/taskContext/index.ts:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public disable() {
85
unregisterGlobal(API_NAME);
86
}
87
88
public setGlobalTaskContext(taskContext: TaskContext): boolean {
89
return
registerGlobal(API_NAME, taskContext);
Callers
nothing calls this directly
Calls
1
unregisterGlobal
Function · 0.90
Tested by
no test coverage detected