MCPcopy
hub / github.com/freshframework/fresh / readFile

Method readFile

packages/fresh/src/fs.ts:11–11  ·  view source on GitHub ↗
(path: string | URL)

Source from the content-addressed store, hash-verified

9 isDirectory(path: string | URL): Promise<boolean>;
10 mkdirp(dir: string): Promise<void>;
11 readFile(path: string | URL): Promise<Uint8Array>;
12 readTextFile(path: string | URL): Promise<string>;
13}
14

Callers 3

processMethod · 0.65
staticFilesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected