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

Method delete

src/storage/FileMappingStore.ts:50–52  ·  view source on GitHub ↗
(originalPath: string)

Source from the content-addressed store, hash-verified

48 }
49
50 delete(originalPath: string): void {
51 this.fileMapping.delete(originalPath);
52 }
53
54 getStoragePathForFile(filePath: string): string {
55 let safeFileName = this.fileMapping.get(filePath);

Callers 11

unregisterMethod · 0.80
deleteFileHighlightsMethod · 0.80
handleFileRenameMethod · 0.80
unselectCardMethod · 0.80
removeFileMethod · 0.80
clearCacheMethod · 0.80
deleteFileHighlightsMethod · 0.80
handleFileRenameMethod · 0.80
invalidateCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected