Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ saveFlashcardData
Method
saveFlashcardData
src/storage/HiNoteDataManager.ts:215–217 ·
view source on GitHub ↗
* 保存闪卡数据
(data: FSRSStorage)
Source
from the content-addressed store, hash-verified
213
* 保存闪卡数据
214
*/
215
async
saveFlashcardData(data: FSRSStorage): Promise<void> {
216
await
this.flashcardDataStore.save(data);
217
}
218
}
Callers
1
save
Method · 0.80
Calls
1
save
Method · 0.45
Tested by
no test coverage detected