Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CollectionStats
Class
CollectionStats
backend/src/stats/schemas.py:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
class
CollectionStats(SQLModel):
30
collection_info: CollectionBasicInfo
31
recent_sessions: list[PracticeSessionStats]
32
difficult_cards: list[CardBasicStats]
Callers
1
get_collection_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected