MCPcopy Index your code
hub / github.com/coder/mux / listFiles

Method listFiles

src/node/services/memoryService.ts:253–253  ·  view source on GitHub ↗

Relative paths of all non-dotfile files under the root, sorted.

()

Source from the content-addressed store, hash-verified

251 ensureRoot(): Promise<void>;
252 /** Relative paths of all non-dotfile files under the root, sorted. */
253 listFiles(): Promise<string[]>;
254 kind(relPath: string): Promise<MemoryEntryKind>;
255 /**
256 * Read at most `maxBytes` from the head of the file. Index/hot-set builds

Callers 4

viewMethod · 0.65
createMethod · 0.65
saveFileMethod · 0.65
listIndexEntriesMethod · 0.65

Implementers 1

LocalMemoryStoresrc/node/services/memoryService.ts

Calls

no outgoing calls

Tested by

no test coverage detected