Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.95
save
Method · 0.95
Calls
1
getFlashcardsDir
Method · 0.80
Tested by
no test coverage detected