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

Method writeFile

src/spec-utils/pfs.ts:38–38  ·  view source on GitHub ↗
(filepath: string, content: Buffer)

Source from the content-addressed store, hash-verified

36 isFile(filepath: string): Promise<boolean>;
37 readFile(filepath: string): Promise<Buffer>;
38 writeFile(filepath: string, content: Buffer): Promise<void>;
39 readDir(dirpath: string): Promise<string[]>;
40 readDirWithTypes?(dirpath: string): Promise<[string, FileTypeBitmask][]>;
41 mkdirp(dirpath: string): Promise<void>;

Callers 11

extendImageFunction · 0.65
getFeaturesBuildOptionsFunction · 0.65
updateRemoteUserUIDFunction · 0.65
buildAndExtendImageFunction · 0.65
runDuplicateTestFunction · 0.65
doRunAutoTestFunction · 0.65
doScenarioFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected