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

Method concatFiles

src/NativeFileAccess.ts:72–72  ·  view source on GitHub ↗
(source: string, target: string)

Source from the content-addressed store, hash-verified

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>;
74 /**
75 * `type` only used on Android.

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
concatFilesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected