Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CollectionBasicInfo
Class
CollectionBasicInfo
backend/src/stats/schemas.py:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
class
CollectionBasicInfo(SQLModel):
8
name: str
9
total_cards: int
10
total_practice_sessions: int
11
12
13
class
PracticeSessionStats(SQLModel):
Callers
2
test_get_collection_stats
Function · 0.90
_get_collection_basic_info
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_collection_stats
Function · 0.72