Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ initialize
Method
initialize
src/services/HighlightService.ts:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
// ==================== 生命周期 ====================
42
43
async
initialize(): Promise<void> {
44
return
this.indexer.initialize();
45
}
46
47
destroy(): void {
48
this.indexer.destroy();
Callers
1
initialize
Method · 0.95
Calls
1
initialize
Method · 0.65
Tested by
no test coverage detected