MCPcopy Index your code
hub / github.com/tensorflow/tfjs / makeStepId

Function makeStepId

scripts/generate_cloudbuild.ts:221–223  ·  view source on GitHub ↗
(id: string, packageName: string)

Source from the content-addressed store, hash-verified

219}
220
221function makeStepId(id: string, packageName: string) {
222 return `${id}-${packageName}`;
223}

Callers 1

generateCloudbuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…