Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ users_schema
Function
users_schema
Backend/FastAPI/db/schemas/user.py:11–12 ·
view source on GitHub ↗
(users)
Source
from the content-addressed store, hash-verified
9
10
11
def
users_schema(users) -> list:
12
return
[user_schema(user)
for
user in users]
Callers
1
users
Function · 0.90
Calls
1
user_schema
Function · 0.85
Tested by
no test coverage detected