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

Method convert

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

Source from the content-addressed store, hash-verified

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')
107
108 def _run_stream(self, ctx: Context, stream_name: str, subtask: str):
109 stream = self.get_stream(stream_name)

Callers

nothing calls this directly

Calls 1

_run_streamMethod · 0.95

Tested by

no test coverage detected