MCPcopy Create free account
hub / github.com/itinance/react-native-fs / completeHandlerIOS

Function completeHandlerIOS

FS.common.js:248–250  ·  view source on GitHub ↗
(jobId: number)

Source from the content-addressed store, hash-verified

246 },
247
248 completeHandlerIOS(jobId: number): void {
249 return RNFSManager.completeHandlerIOS(jobId);
250 },
251
252 readDir(dirpath: string): Promise<ReadDirItem[]> {
253 return readDirGeneric(dirpath, RNFSManager.readDir);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected