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

Method extract

backend/python/pydevlake/tests/stream_test.py:44–48  ·  view source on GitHub ↗
(self, raw)

Source from the content-addressed store, hash-verified

42 yield each, {"count": count + i}
43
44 def extract(self, raw) -> ToolModel:
45 return DummyToolModel(
46 id=raw["i"],
47 name=raw["n"]
48 )
49
50 def convert(self, tm, ctx):
51 return DummyDomainModel(

Callers

nothing calls this directly

Calls 1

DummyToolModelClass · 0.85

Tested by

no test coverage detected