Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CardUpdate
Class
CardUpdate
backend/src/flashcards/schemas.py:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
class
CardUpdate(CardBase):
30
front: str | None = None
31
back: str | None = None
32
33
34
class
Card(CardBase):
Callers
5
test_update_card_success
Function · 0.90
test_update_nonexistent_card
Function · 0.90
test_different_user_update
Function · 0.90
test_update_card
Function · 0.90
test_update_card_partial
Function · 0.90
Calls
no outgoing calls
Tested by
5
test_update_card_success
Function · 0.72
test_update_nonexistent_card
Function · 0.72
test_different_user_update
Function · 0.72
test_update_card
Function · 0.72
test_update_card_partial
Function · 0.72