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

Method appendFile

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

Source from the content-addressed store, hash-verified

68 readonly onFetchComplete: CodegenTypes.EventEmitter<FetchCompleteEvent>;
69
70 appendFile(path: string, data: string, encoding: string): Promise<void>;
71 cancelFetch(requestId: CodegenTypes.Int32): Promise<void>;
72 concatFiles(source: string, target: string): Promise<number>;
73 cp(source: string, target: string): Promise<void>;

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
appendFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected