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

Method getMetadataDir

src/storage/FilePathUtils.ts:88–90  ·  view source on GitHub ↗

* 获取元数据目录路径 * @param vaultPath Vault根目录路径 * @returns 元数据目录路径

(vaultPath: string)

Source from the content-addressed store, hash-verified

86 * @returns 元数据目录路径
87 */
88 static getMetadataDir(vaultPath: string): string {
89 return `${this.getHiNoteDir(vaultPath)}/metadata`;
90 }
91}

Callers 2

getMappingPathMethod · 0.80

Calls 1

getHiNoteDirMethod · 0.95

Tested by

no test coverage detected