Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ initialize
Method
initialize
src/repositories/HighlightRepository.ts:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
async
initialize(): Promise<void> {
22
await
this.dataManager.initialize();
23
await
this.loadAllHighlightsToCache();
24
}
25
26
/**
27
* 从存储层加载所有高亮到缓存
Callers
1
initialize
Method · 0.95
Calls
2
loadAllHighlightsToCache
Method · 0.95
initialize
Method · 0.65
Tested by
no test coverage detected