Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ initialize
Method
initialize
src/storage/HiNoteDataManager.ts:44–47 ·
view source on GitHub ↗
* 初始化数据管理器
()
Source
from the content-addressed store, hash-verified
42
* 初始化数据管理器
43
*/
44
async
initialize(): Promise<void> {
45
await
this.ensureDirectoryStructure();
46
await
this.loadFileMapping();
47
}
48
49
/**
50
* 确保目录结构存在
Callers
nothing calls this directly
Calls
2
ensureDirectoryStructure
Method · 0.95
loadFileMapping
Method · 0.95
Tested by
no test coverage detected