MCPcopy Create free account
hub / github.com/devcontainers/cli / env

Function env

src/spec-common/variableSubstitution.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 const updatedContext = {
24 ...context,
25 get env() {
26 return env || (env = normalizeEnv(isWindows, context.env));
27 }
28 };
29 const replace = replaceWithContext.bind(undefined, isWindows, updatedContext);
30 if (context.containerWorkspaceFolder) {

Callers

nothing calls this directly

Calls 1

normalizeEnvFunction · 0.85

Tested by

no test coverage detected