Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/itinance/react-native-fs
/ scanFile
Function
scanFile
FS.common.js:615–617 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
613
},
614
615
scanFile(path: string): Promise<ReadDirItem[]> {
616
return
RNFSManager.scanFile(path);
617
},
618
619
MainBundlePath: RNFSManager.RNFSMainBundlePath,
620
CachesDirectoryPath: RNFSManager.RNFSCachesDirectoryPath,
Callers
nothing calls this directly
Calls
1
scanFile
Method · 0.80
Tested by
no test coverage detected