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

Method getFlashcardPath

src/storage/FlashcardDataStore.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 private getFlashcardPath(): string {
34 return `${FilePathUtils.getFlashcardsDir(this.vaultPath)}/cards.json`;
35 }
36}

Callers 2

loadMethod · 0.95
saveMethod · 0.95

Calls 1

getFlashcardsDirMethod · 0.80

Tested by

no test coverage detected