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

Method getStoragePathForFile

src/storage/HiNoteDataManager.ts:73–75  ·  view source on GitHub ↗

* 获取文件的安全存储路径

(filePath: string)

Source from the content-addressed store, hash-verified

71 * 获取文件的安全存储路径
72 */
73 private getStoragePathForFile(filePath: string): string {
74 return this.fileMappingStore.getStoragePathForFile(filePath);
75 }
76
77 /**
78 * 获取文件的所有高亮数据

Callers 4

getFileHighlightsMethod · 0.95
saveFileHighlightsMethod · 0.95
deleteFileHighlightsMethod · 0.95
handleFileRenameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected