Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CollectionBase
Class
CollectionBase
backend/src/flashcards/schemas.py:8–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
CollectionBase(SQLModel):
9
name: str
10
11
12
class
CollectionCreate(CollectionBase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected