MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / disable

Method disable

packages/core/src/v3/logger/index.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public disable() {
23 unregisterGlobal(API_NAME);
24 }
25
26 public setGlobalTaskLogger(taskLogger: TaskLogger): boolean {
27 return registerGlobal(API_NAME, taskLogger);

Callers

nothing calls this directly

Calls 1

unregisterGlobalFunction · 0.90

Tested by

no test coverage detected