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

Function configWithRaw

src/test/container-features/featureHelpers.test.ts:923–929  ·  view source on GitHub ↗
(config: T)

Source from the content-addressed store, hash-verified

921});
922
923function configWithRaw<T extends DevContainerConfig | ImageMetadataEntry[]>(config: T): SubstitutedConfig<T> {
924 return {
925 config,
926 raw: config,
927 substitute: config => config,
928 };
929}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected