Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
506
function
toLabelString(obj: object) {
507
return
JSON.stringify(obj)
508
.replace(/(?=["\\$])/g,
'\\'
);
509
}
Callers
1
getDevcontainerMetadataLabel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected