MCPcopy Index your code
hub / github.com/0010aor/FlashNotes / UserCreate

Class UserCreate

backend/src/users/schemas.py:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class UserCreate(UserBase):
20 password: str = Field(min_length=8, max_length=40)
21
22
23class UserRegister(SQLModel):

Callers 15

init_dbFunction · 0.90
test_userFunction · 0.90
test_create_userFunction · 0.90
test_get_userFunction · 0.90
test_get_user_by_emailFunction · 0.90
test_update_userFunction · 0.90
create_random_userFunction · 0.90

Calls

no outgoing calls

Tested by 15

test_userFunction · 0.72
test_create_userFunction · 0.72
test_get_userFunction · 0.72
test_get_user_by_emailFunction · 0.72
test_update_userFunction · 0.72
test_authenticate_userFunction · 0.72
test_create_access_tokenFunction · 0.72