Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ loadFileMapping
Method
loadFileMapping
src/storage/HiNoteDataManager.ts:59–61 ·
view source on GitHub ↗
* 加载文件映射
()
Source
from the content-addressed store, hash-verified
57
* 加载文件映射
58
*/
59
private
async
loadFileMapping(): Promise<void> {
60
await
this.fileMappingStore.load();
61
}
62
63
/**
64
* 保存文件映射
Callers
1
initialize
Method · 0.95
Calls
1
load
Method · 0.45
Tested by
no test coverage detected