MCPcopy 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
39class Collection(CollectionBase):
40 id: uuid.UUID
41 user_id: uuid.UUID
42 cards: list[Card]
43
44
45class CollectionList(SQLModel):

Callers 1

mock_collectionFunction · 0.90

Calls

no outgoing calls

Tested by 1

mock_collectionFunction · 0.72