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

Method convert

backend/python/pydevlake/pydevlake/ipc.py:85–86  ·  view source on GitHub ↗
(self, _, ctx: dict, stream: str)

Source from the content-addressed store, hash-verified

83
84 @plugin_method
85 def convert(self, _, ctx: dict, stream: str):
86 yield from self._plugin.convert(self._mk_context(ctx), stream)
87
88 @plugin_method
89 def test_connection(self, _, connection: dict):

Callers

nothing calls this directly

Calls 1

_mk_contextMethod · 0.95

Tested by

no test coverage detected