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

Method get_project

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

Source from the content-addressed store, hash-verified

663 return tag_list
664
665 def get_project(session, project_string_id: str):
666 return session.query(Project).filter(
667 Project.project_string_id == project_string_id).first()
668
669 @staticmethod
670 def get_by_string_id(session, project_string_id: str):

Callers 10

api_get_labelsFunction · 0.45
label_colour_mapFunction · 0.45
star_view_listFunction · 0.45
project_viewFunction · 0.45
project_checks_viewFunction · 0.45
project_ml_estimate_viewFunction · 0.45
branch_list_viewFunction · 0.45
annotation_project_viewFunction · 0.45
tag_view_by_projectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected