Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ root
Method
root
shared/database/task/task.py:59–60 ·
view source on GitHub ↗
(self, session)
Source
from the content-addressed store, hash-verified
57
root_id = Column(Integer, ForeignKey(
'task.id'
))
58
59
def
root(self, session):
60
return
Task.get_by_id(session, self.root_id)
61
62
""
"
63
root = relationship(
"Task"
,
Callers
nothing calls this directly
Calls
1
get_by_id
Method · 0.45
Tested by
no test coverage detected