Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diffgram/diffgram
/ get
Method
get
shared/database/user.py:322–324 ·
view source on GitHub ↗
(session)
Source
from the content-addressed store, hash-verified
320
321
@staticmethod
322
def
get(session):
323
324
return
session.query(User).filter_by(id = getUserID(session = session)).first()
325
326
def
get_by_member_id(
327
session,
Callers
15
validate_azure_connection
Method · 0.45
validate_gcp_connection
Method · 0.45
validate_s3_connection
Method · 0.45
handle_chunking
Function · 0.45
test_file_transfer_core
Method · 0.45
test_serialize
Method · 0.45
test_start
Method · 0.45
test_expr
Method · 0.45
test_term
Method · 0.45
test_factor
Method · 0.45
test__validate_expression
Method · 0.45
test_instance_history_api
Method · 0.45
Calls
1
getUserID
Function · 0.90
Tested by
15
test_file_transfer_core
Method · 0.36
test_serialize
Method · 0.36
test_start
Method · 0.36
test_expr
Method · 0.36
test_term
Method · 0.36
test_factor
Method · 0.36
test__validate_expression
Method · 0.36
test_instance_history_api
Method · 0.36
test_instance_history_core
Method · 0.36
test_task_template_members_list_api
Method · 0.36
test_model_run_list_web
Method · 0.36
test_model_run_list_core
Method · 0.36