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

Function isTestStep

scripts/generate_cloudbuild.ts:217–219  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

215}
216
217function isTestStep(id: string) {
218 return id.includes('test');
219}
220
221function makeStepId(id: string, packageName: string) {
222 return `${id}-${packageName}`;

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…