Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ getFlashcardData
Method
getFlashcardData
src/storage/HiNoteDataManager.ts:208–210 ·
view source on GitHub ↗
* 获取闪卡数据
()
Source
from the content-addressed store, hash-verified
206
* 获取闪卡数据
207
*/
208
async
getFlashcardData(): Promise<FSRSStorage | null> {
209
return
this.flashcardDataStore.load();
210
}
211
212
/**
213
* 保存闪卡数据
Callers
1
load
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected