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

Method #getInitializeReturn

apps/coordinator/src/index.ts:183–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 #getInitializeReturn(): CheckpointerInitializeReturn {
184 return {
185 canCheckpoint: this.#canCheckpoint,
186 willSimulate: this.#dockerMode && (!this.#canCheckpoint || this.opts.forceSimulate),
187 };
188 }
189
190 #getImageRef(projectRef: string, deploymentVersion: string, shortCode: string) {
191 return `${REGISTRY_HOST}/trigger/${projectRef}:${deploymentVersion}.prod-${shortCode}`;

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected