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

Function pathForBundle

FS.common.js:208–210  ·  view source on GitHub ↗
(bundleNamed: string)

Source from the content-addressed store, hash-verified

206 },
207
208 pathForBundle(bundleNamed: string): Promise<string> {
209 return RNFSManager.pathForBundle(bundleNamed);
210 },
211
212 pathForGroup(groupName: string): Promise<string> {
213 return RNFSManager.pathForGroup(groupName);

Callers

nothing calls this directly

Calls 1

pathForBundleMethod · 0.80

Tested by

no test coverage detected