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

Method isFile

src/spec-common/cliHost.ts:31–31  ·  view source on GitHub ↗
(filepath: string)

Source from the content-addressed store, hash-verified

29 homedir(): Promise<string>;
30 tmpdir(): Promise<string>;
31 isFile(filepath: string): Promise<boolean>;
32 isFolder(filepath: string): Promise<boolean>;
33 readFile(filepath: string): Promise<Buffer>;
34 writeFile(filepath: string, content: Buffer): Promise<void>;

Callers 5

findGitRootFolderFunction · 0.65
getBlobFunction · 0.65
getControlManifestFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected