MCPcopy Index your code
hub / github.com/devcontainers/cli / toLabelString

Function toLabelString

src/spec-node/imageMetadata.ts:506–509  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

504}
505
506function toLabelString(obj: object) {
507 return JSON.stringify(obj)
508 .replace(/(?=["\\$])/g, '\\');
509}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected