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

Method collect

backend/python/pydevlake/pydevlake/stream.py:86–87  ·  view source on GitHub ↗
(self, state, context)

Source from the content-addressed store, hash-verified

84 return f'_raw_{self.plugin_name}_{self.name}'
85
86 def collect(self, state, context) -> Iterable[tuple[object, dict]]:
87 pass
88
89 def extract(self, raw_data: dict) -> ToolModel:
90 return autoextract(raw_data, self.tool_model)

Callers 2

fetchMethod · 0.45
fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected