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

Method set

src/storage/FileMappingStore.ts:46–48  ·  view source on GitHub ↗
(originalPath: string, safeFileName: string)

Source from the content-addressed store, hash-verified

44 }
45
46 set(originalPath: string, safeFileName: string): void {
47 this.fileMapping.set(originalPath, safeFileName);
48 }
49
50 delete(originalPath: string): void {
51 this.fileMapping.delete(originalPath);

Callers 15

getStoragePathForFileMethod · 0.80
getAllHighlightFilesMethod · 0.80
selectCardMethod · 0.80
removeHighlightDataMethod · 0.80
getCachedFileContentMethod · 0.80
buildFileIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected