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

Method disable

packages/core/src/v3/runtime/index.ts:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public disable() {
48 this.#getRuntimeManager().disable();
49 unregisterGlobal(API_NAME);
50 }
51
52 #getRuntimeManager(): RuntimeManager {
53 return getGlobal(API_NAME) ?? NOOP_RUNTIME_MANAGER;

Callers

nothing calls this directly

Calls 3

#getRuntimeManagerMethod · 0.95
unregisterGlobalFunction · 0.90
disableMethod · 0.65

Tested by

no test coverage detected