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

Method list

web/lib/api/files.ts:219–219  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

217
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>;

Callers 3

refreshModelCapabilitiesFunction · 0.65
listSessionsMethod · 0.65
createAdminRouterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected