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

Class CardBasicStats

backend/src/stats/schemas.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class CardBasicStats(SQLModel):
23 id: uuid.UUID
24 front: str
25 total_attempts: int
26 correct_answers: int
27
28
29class CollectionStats(SQLModel):

Callers 2

_get_difficult_cardsFunction · 0.85

Calls

no outgoing calls

Tested by 1