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

Method getHiNoteDir

src/storage/FilePathUtils.ts:61–63  ·  view source on GitHub ↗

* 获取.hinote目录路径 * @param vaultPath Vault根目录路径 * @returns .hinote目录路径

(vaultPath: string)

Source from the content-addressed store, hash-verified

59 * @returns .hinote目录路径
60 */
61 static getHiNoteDir(vaultPath: string): string {
62 return `${vaultPath}/.hinote`;
63 }
64
65 /**
66 * 获取高亮数据目录路径

Callers 4

getHighlightsDirMethod · 0.95
getFlashcardsDirMethod · 0.95
getMetadataDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected