MCPcopy
hub / github.com/codeaashu/claude-code / read

Method read

web/lib/api/files.ts:220–220  ·  view source on GitHub ↗
(path: string, options?: ReadOptions)

Source from the content-addressed store, hash-verified

218export interface FileAPI {
219 list(path: string): Promise<FileEntry[]>;
220 read(path: string, options?: ReadOptions): Promise<string>;
221 search(query: string, options?: SearchOptions): Promise<SearchResult[]>;
222 upload(file: File): Promise<UploadResult>;
223}

Callers 15

captureUntrackedFilesFunction · 0.65
removeMessageByUuidMethod · 0.65
scanForContextFunction · 0.65
readCappedFunction · 0.65
sliceContextFunction · 0.65
readSessionStartDateFunction · 0.65
startCapturingEarlyInputFunction · 0.65
readJSONLFileFunction · 0.65
readHeadAndTailFunction · 0.65
readSessionLiteFunction · 0.65
readTranscriptForLoadFunction · 0.65
saveOAuthTokensIfNeededFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected