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

Method extract

backend/python/pydevlake/pydevlake/plugin.py:102–103  ·  view source on GitHub ↗
(self, ctx: Context, stream: str)

Source from the content-addressed store, hash-verified

100 return self._run_stream(ctx, stream, 'collector')
101
102 def extract(self, ctx: Context, stream: str):
103 return self._run_stream(ctx, stream, 'extractor')
104
105 def convert(self, ctx: Context, stream: str):
106 return self._run_stream(ctx, stream, 'convertor')

Callers

nothing calls this directly

Calls 1

_run_streamMethod · 0.95

Tested by

no test coverage detected