MCPcopy
hub / github.com/streetwriters/notesnook / readFile

Method readFile

packages/streamable-fs/src/interfaces.ts:30–30  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

28 options?: { overwrite?: boolean }
29 ): Promise<FileHandle>;
30 readFile(filename: string): Promise<FileHandle | undefined>;
31 exists(filename: string): Promise<boolean>;
32 deleteFile(filename: string): Promise<boolean>;
33 bulkDeleteFiles(filenames: string[]): Promise<boolean>;

Callers 15

isBundleSameFunction · 0.65
pullFunction · 0.65
readEncryptedFunction · 0.65
uploadFileFunction · 0.65
downloadFileFunction · 0.65
existsFunction · 0.65
streamingDecryptFileFunction · 0.65
ThemeSelectorFunction · 0.65
restoreBackupFunction · 0.65
fetch-webview.tsxFile · 0.65
compressToBase64Function · 0.65
resolveVersionFunction · 0.65

Implementers 1

StreamableFSpackages/streamable-fs/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected