MCPcopy Create free account
hub / github.com/alpha0010/react-native-file-access / readFile

Method readFile

src/NativeFileAccess.ts:103–103  ·  view source on GitHub ↗
(path: string, encoding: string)

Source from the content-addressed store, hash-verified

101 mkdir(path: string): Promise<string>;
102 mv(source: string, target: string): Promise<void>;
103 readFile(path: string, encoding: string): Promise<string>;
104 readFileChunk(
105 path: string,
106 offset: CodegenTypes.Int32,

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
readFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected