MCPcopy Index your code
hub / github.com/dataease/SQLBot / user_create

Function user_create

backend/apps/system/api/user.py:173–174  ·  view source on GitHub ↗
(session: SessionDep, creator: UserCreator, trans: Trans)

Source from the content-addressed store, hash-verified

171 result_id_expr="id"
172))
173async def user_create(session: SessionDep, creator: UserCreator, trans: Trans):
174 return await create(session=session, creator=creator, trans=trans)
175
176async def create(session: SessionDep, creator: UserCreator, trans: Trans):
177 if check_account_exists(session=session, account=creator.account):

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected