MCPcopy Create free account
hub / github.com/tensorflow/tfjs / removeCustomProps

Function removeCustomProps

scripts/generate_cloudbuild.ts:39–43  ·  view source on GitHub ↗
(step: CustomCloudbuildStep)

Source from the content-addressed store, hash-verified

37}
38
39function removeCustomProps(step: CustomCloudbuildStep): CloudbuildStep {
40 return Object.fromEntries(
41 Object.entries(step).filter(([k, ]) => !CUSTOM_PROPS.has(k))
42 ) as CloudbuildStep;
43}
44
45interface CloudbuildSecret {
46 kmsKeyName: string,

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…