Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ create_user
Function
create_user
shared/tests/test_utils/data_mocking.py:356–359 ·
view source on GitHub ↗
(user_data, session)
Source
from the content-addressed store, hash-verified
354
355
356
def
create_user(user_data, session):
357
user = User(
358
359
)
360
361
362
def
create_file(file_data, session):
Callers
nothing calls this directly
Calls
1
User
Class · 0.90
Tested by
no test coverage detected