MCPcopy 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
163class DomainModel(NoPKModel):
164 id: Optional[str] = Field(primary_key=True)
165
166
167class ToolScope(ToolModel):

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.90

Tested by

no test coverage detected