MCPcopy
hub / github.com/steipete/oracle / readFile

Method readFile

src/oracle/types.ts:49–49  ·  view source on GitHub ↗
(targetPath: string, encoding: NodeJS.BufferEncoding)

Source from the content-addressed store, hash-verified

47 stat(targetPath: string): Promise<FsStats>;
48 readdir(targetPath: string): Promise<string[]>;
49 readFile(targetPath: string, encoding: NodeJS.BufferEncoding): Promise<string>;
50}
51
52export interface FileTokenEntry {

Callers 12

loadUserConfigFunction · 0.80
readSessionMetadataFunction · 0.80
readSessionLogFunction · 0.80
readSessionRequestFunction · 0.80
readFilesFunction · 0.80
loadGitignoreSetsFunction · 0.80
createFsAdapterFunction · 0.80
tryLoadFunction · 0.80
resolveInlineCookiesFunction · 0.80
resolvePromptInputFunction · 0.80
registerSessionsToolFunction · 0.80
registerSessionResourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected