MCPcopy Create free account
hub / github.com/CatMuse/HiNote / getMappedFiles

Method getMappedFiles

src/storage/FileMappingStore.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 getMappedFiles(): string[] {
43 return Array.from(this.fileMapping.keys());
44 }
45
46 set(originalPath: string, safeFileName: string): void {
47 this.fileMapping.set(originalPath, safeFileName);

Callers 1

getAllHighlightFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected