Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ saveFileMapping
Method
saveFileMapping
src/storage/HiNoteDataManager.ts:66–68 ·
view source on GitHub ↗
* 保存文件映射
()
Source
from the content-addressed store, hash-verified
64
* 保存文件映射
65
*/
66
private
async
saveFileMapping(): Promise<void> {
67
await
this.fileMappingStore.save();
68
}
69
70
/**
71
* 获取文件的安全存储路径
Callers
3
deleteFileHighlights
Method · 0.95
handleFileRename
Method · 0.95
getAllHighlightFiles
Method · 0.95
Calls
1
save
Method · 0.45
Tested by
no test coverage detected