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

Method readFileChunk

src/NativeFileAccess.ts:104–104  ·  view source on GitHub ↗
(
    path: string,
    offset: CodegenTypes.Int32,
    length: CodegenTypes.Int32,
    encoding: string
  )

Source from the content-addressed store, hash-verified

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,
107 length: CodegenTypes.Int32,

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
readFileChunkFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected