Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
DummyToolModel(ToolModel, table=True):
27
id: int = Field(primary_key=True)
28
name: str
29
30
31
class
DummyDomainModel(DomainModel, table=True):
Callers
2
extract
Method · 0.85
test_convert_data
Function · 0.85
Calls
1
Field
Function · 0.50
Tested by
2
extract
Method · 0.68
test_convert_data
Function · 0.68