MCPcopy Index your code
hub / github.com/diffgram/diffgram / get_by_string_id

Method get_by_string_id

shared/database/project.py:670–672  ·  view source on GitHub ↗
(session, project_string_id: str)

Source from the content-addressed store, hash-verified

668
669 @staticmethod
670 def get_by_string_id(session, project_string_id: str):
671 return session.query(Project).filter(
672 Project.project_string_id == project_string_id).first()
673
674 @staticmethod
675 def get_by_id(session, id: int):

Callers 15

instance_history_apiFunction · 0.45
api_user_has_credentialsFunction · 0.45
job_launch_list_coreFunction · 0.45
job_resync_apiFunction · 0.45
task_list_apiFunction · 0.45
task_user_remove_coreFunction · 0.45
api_task_user_add_coreFunction · 0.45
api_task_user_add_coreFunction · 0.45
task_user_remove_coreFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36