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

Method list_by_project

shared/database/auth/api.py:38–42  ·  view source on GitHub ↗
(session, project_string_id)

Source from the content-addressed store, hash-verified

36 Auth_api.client_id == client_id).first()
37
38 def list_by_project(session, project_string_id):
39 return session.query(Auth_api).filter(
40 Auth_api.project_string_id == project_string_id,
41 Auth_api.is_valid == True
42 ).all()
43
44 def serialize_with_secret(self):
45 return {

Callers 1

share_view_list_apiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected