Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
CardBasicStats(SQLModel):
23
id: uuid.UUID
24
front: str
25
total_attempts: int
26
correct_answers: int
27
28
29
class
CollectionStats(SQLModel):
Callers
2
test_get_collection_stats
Function · 0.90
_get_difficult_cards
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_collection_stats
Function · 0.72