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

Function getEmptyContextFolder

src/spec-node/utils.ts:647–649  ·  view source on GitHub ↗
(common: ResolverParameters)

Source from the content-addressed store, hash-verified

645}
646
647export function getEmptyContextFolder(common: ResolverParameters) {
648 return common.cliHost.path.join(common.persistedFolder, 'empty-folder');
649}
650
651export function normalizeDevContainerLabelPath(platform: NodeJS.Platform, value: string): string {
652 if (platform !== 'win32') {

Callers 3

extendImageFunction · 0.90
updateRemoteUserUIDFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected