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

Method #getImageRef

apps/coordinator/src/index.ts:190–192  ·  view source on GitHub ↗
(projectRef: string, deploymentVersion: string, shortCode: string)

Source from the content-addressed store, hash-verified

188 }
189
190 #getImageRef(projectRef: string, deploymentVersion: string, shortCode: string) {
191 return `${REGISTRY_HOST}/trigger/${projectRef}:${deploymentVersion}.prod-${shortCode}`;
192 }
193
194 #getExportLocation(projectRef: string, deploymentVersion: string, shortCode: string) {
195 const basename = `${projectRef}-${deploymentVersion}-${shortCode}`;

Callers 1

#checkpointAndPushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected