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

Method getFlashcardsDir

src/storage/FilePathUtils.ts:79–81  ·  view source on GitHub ↗

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

(vaultPath: string)

Source from the content-addressed store, hash-verified

77 * @returns 闪卡数据目录路径
78 */
79 static getFlashcardsDir(vaultPath: string): string {
80 return `${this.getHiNoteDir(vaultPath)}/flashcards`;
81 }
82
83 /**
84 * 获取元数据目录路径

Callers 2

getFlashcardPathMethod · 0.80

Calls 1

getHiNoteDirMethod · 0.95

Tested by

no test coverage detected