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

Method isFile

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

Source from the content-addressed store, hash-verified

34 platform: NodeJS.Platform;
35 path: typeof path.posix | typeof path.win32;
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[]>;

Callers 11

checkForPersistedFileFunction · 0.65
buildAndExtendImageFunction · 0.65
doBuildFunction · 0.65
getImageBuildInfoFunction · 0.65
runDuplicateTestFunction · 0.65
readFeatureMetadataFunction · 0.65
doRunAutoTestFunction · 0.65
doScenarioFunction · 0.65
isLocalFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected