Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ DomainModel
Class
DomainModel
backend/python/pydevlake/pydevlake/model.py:163–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
163
class
DomainModel(NoPKModel):
164
id: Optional[str] = Field(primary_key=True)
165
166
167
class
ToolScope(ToolModel):
Callers
nothing calls this directly
Calls
1
Field
Function · 0.90
Tested by
no test coverage detected