Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ ToolScope
Class
ToolScope
backend/python/pydevlake/pydevlake/model.py:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
class
ToolScope(ToolModel):
168
id: str = Field(primary_key=True)
169
name: str
170
scope_config_id: Optional[int]
171
172
173
class
DomainScope(DomainModel):
Callers
1
scope
Function · 0.90
Calls
1
Field
Function · 0.90
Tested by
1
scope
Function · 0.72