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

Method fetch

backend/python/pydevlake/pydevlake/subtasks.py:142–143  ·  view source on GitHub ↗
(self, state: Dict, _, ctx: Context)

Source from the content-addressed store, hash-verified

140 return 'collect'
141
142 def fetch(self, state: Dict, _, ctx: Context) -> Iterable[Tuple[object, Dict]]:
143 return self.stream.collect(state, ctx)
144
145 def process(self, data: object, session: Session, ctx: Context):
146 raw_model_class = self.stream.raw_model(session)

Callers

nothing calls this directly

Calls 1

collectMethod · 0.45

Tested by

no test coverage detected