Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ extract
Method
extract
backend/python/pydevlake/pydevlake/stream.py:89–90 ·
view source on GitHub ↗
(self, raw_data: dict)
Source
from the content-addressed store, hash-verified
87
pass
88
89
def
extract(self, raw_data: dict) -> ToolModel:
90
return
autoextract(raw_data, self.tool_model)
91
92
def
convert(self, tool_model: ToolModel, context: Context) -> DomainModel:
93
pass
Callers
2
process
Method · 0.45
assert_stream_convert
Function · 0.45
Calls
1
autoextract
Function · 0.90
Tested by
1
assert_stream_convert
Function · 0.36