MCPcopy Create free account
hub / github.com/dot-billy/nodebyte / admin_create_user

Function admin_create_user

backend/app/api/routes/admin.py:119–139  ·  view source on GitHub ↗
(
    payload: AdminCreateUser,
    _su: User = Depends(require_superuser),
    db: AsyncSession = Depends(get_db),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

get_user_by_emailFunction · 0.90
UserClass · 0.90
hash_passwordFunction · 0.90
_load_userFunction · 0.85
_user_to_rowFunction · 0.85

Tested by

no test coverage detected