MCPcopy Create free account
hub / github.com/apache/devlake / DummyToolModel

Class DummyToolModel

backend/python/pydevlake/tests/stream_test.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class DummyToolModel(ToolModel, table=True):
27 id: int = Field(primary_key=True)
28 name: str
29
30
31class DummyDomainModel(DomainModel, table=True):

Callers 2

extractMethod · 0.85
test_convert_dataFunction · 0.85

Calls 1

FieldFunction · 0.50

Tested by 2

extractMethod · 0.68
test_convert_dataFunction · 0.68