MCPcopy Index your code
hub / github.com/codedogQBY/ReadAny / readFile

Method readFile

packages/core/src/services/platform.ts:70–70  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

68
69 // ---- File system ----
70 readFile(path: string): Promise<Uint8Array>;
71 writeFile(path: string, data: Uint8Array): Promise<void>;
72 writeTextFile(path: string, content: string): Promise<void>;
73 readTextFile(path: string): Promise<string>;

Callers 11

restoreDeletedMobileBookFunction · 0.65
library-store.tsFile · 0.65
extractLocalBookMetadataFunction · 0.65
BookDetailsScreenFunction · 0.65
getChaptersFunction · 0.65
saveFontFileFunction · 0.65
getMethod · 0.65
moveMethod · 0.65

Implementers 2

ExpoPlatformServicepackages/app-expo/src/lib/platform/exp
TauriPlatformServicepackages/app/src/lib/platform/tauri-pl

Calls

no outgoing calls

Tested by

no test coverage detected