Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CollectionUpdate
Class
CollectionUpdate
backend/src/flashcards/schemas.py:16–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
16
class
CollectionUpdate(SQLModel):
17
name: str | None = None
18
19
20
class
CardBase(SQLModel):
Callers
4
test_update_collection_success
Function · 0.90
test_update_nonexistent_collection
Function · 0.90
test_different_user_update
Function · 0.90
test_update_collection
Function · 0.90
Calls
no outgoing calls
Tested by
4
test_update_collection_success
Function · 0.72
test_update_nonexistent_collection
Function · 0.72
test_different_user_update
Function · 0.72
test_update_collection
Function · 0.72