MCPcopy 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
167class ToolScope(ToolModel):
168 id: str = Field(primary_key=True)
169 name: str
170 scope_config_id: Optional[int]
171
172
173class DomainScope(DomainModel):

Callers 1

scopeFunction · 0.90

Calls 1

FieldFunction · 0.90

Tested by 1

scopeFunction · 0.72