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

Method apiKey

packages/trigger-sdk/src/triggerClient.ts:1103–1105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1101 }
1102
1103 apiKey() {
1104 return this.#options.apiKey ?? env.TRIGGER_API_KEY;
1105 }
1106
1107 async #preprocessRun(body: PreprocessRunBody, job: Job<Trigger<EventSpecification<any>>, any>) {
1108 const context = this.#createPreprocessRunContext(body);

Callers 1

createJobTesterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected