MCPcopy
hub / github.com/vercel-labs/just-bash / readFile

Method readFile

packages/just-bash/src/Bash.ts:817–819  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

815 // ===========================================================================
816
817 async readFile(path: string): Promise<string> {
818 return this.fs.readFile(this.fs.resolvePath(this.state.cwd, path));
819 }
820
821 async writeFile(path: string, content: string): Promise<void> {
822 return this.fs.writeFile(

Callers 1

createBashEnvAdapterFunction · 0.95

Calls 2

readFileMethod · 0.65
resolvePathMethod · 0.65

Tested by

no test coverage detected