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

Method get

shared/database/project.py:680–685  ·  view source on GitHub ↗

Get using project_string

(session, project_string_id)

Source from the content-addressed store, hash-verified

678
679 @staticmethod
680 def get(session, project_string_id):
681 """
682 Get using project_string
683 """
684 return session.query(Project).filter(
685 Project.project_string_id == project_string_id).first()
686
687 @staticmethod
688 def get_users_current_project(session):

Callers 2

serializeMethod · 0.45
get_label_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected