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

Method exists

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

Source from the content-addressed store, hash-verified

78 cpExternal(source: string, targetName: string, dir: string): Promise<void>;
79 df(): Promise<FsStat>;
80 exists(path: string): Promise<boolean>;
81 /**
82 * Listen to `onFetch*` events from the `requestId`.
83 */

Callers 9

FsDemoFunction · 0.65
FsDemoFunction · 0.65
existsMethod · 0.65
hardlinkMethod · 0.65
mkdirMethod · 0.65
statMethod · 0.65
symlinkMethod · 0.65
unzipMethod · 0.65
existsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected