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

Method ls

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

Source from the content-addressed store, hash-verified

98 hash(path: string, algorithm: string): Promise<string>;
99 isDir(path: string): Promise<boolean>;
100 ls(path: string): Promise<string[]>;
101 mkdir(path: string): Promise<string>;
102 mv(source: string, target: string): Promise<void>;
103 readFile(path: string, encoding: string): Promise<string>;

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
lsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected