Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ get_by_id
Method
get_by_id
shared/database/project.py:675–677 ·
view source on GitHub ↗
(session, id: int)
Source
from the content-addressed store, hash-verified
673
674
@staticmethod
675
def
get_by_id(session, id: int):
676
return
session.query(Project).filter(
677
Project.id == id).first()
678
679
@staticmethod
680
def
get(session, project_string_id):
Callers
1
get_label_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected