MCPcopy Create free account
hub / github.com/CatMuse/HiNote / ensureDirectoryStructure

Method ensureDirectoryStructure

src/storage/HiNoteDataManager.ts:52–54  ·  view source on GitHub ↗

* 确保目录结构存在

()

Source from the content-addressed store, hash-verified

50 * 确保目录结构存在
51 */
52 private async ensureDirectoryStructure(): Promise<void> {
53 await ensureHiNoteDirectoryStructure(this.app, this.vaultPath);
54 }
55
56 /**
57 * 加载文件映射

Callers 1

initializeMethod · 0.95

Calls 1

Tested by

no test coverage detected