MCPcopy Create free account
hub / github.com/0010aor/FlashNotes /

Class

frontend/src/db/flashcardsDB.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export class FlashcardsDB extends Dexie {
47 collections!: Table<LocalCollection, string>
48 cards!: Table<LocalCard, string>
49 practice_sessions!: Table<LocalPracticeSession, string>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected