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

Method hash

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

Source from the content-addressed store, hash-verified

96 };
97 hardlink(source: string, target: string): Promise<void>;
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>;

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
hashFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected