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

Method cpAsset

src/NativeFileAccess.ts:77–77  ·  view source on GitHub ↗

* `type` only used on Android.

(asset: string, target: string, type: string)

Source from the content-addressed store, hash-verified

75 * `type` only used on Android.
76 */
77 cpAsset(asset: string, target: string, type: string): Promise<void>;
78 cpExternal(source: string, targetName: string, dir: string): Promise<void>;
79 df(): Promise<FsStat>;
80 exists(path: string): Promise<boolean>;

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
cpAssetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected