Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ Collection
Class
Collection
backend/src/flashcards/schemas.py:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
class
Collection(CollectionBase):
40
id: uuid.UUID
41
user_id: uuid.UUID
42
cards: list[Card]
43
44
45
class
CollectionList(SQLModel):
Callers
1
mock_collection
Function · 0.90
Calls
no outgoing calls
Tested by
1
mock_collection
Function · 0.72