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

Method extract

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

Source from the content-addressed store, hash-verified

79
80 @plugin_method
81 def extract(self, _, ctx: dict, stream: str):
82 yield from self._plugin.extract(self._mk_context(ctx), stream)
83
84 @plugin_method
85 def convert(self, _, ctx: dict, stream: str):

Callers

nothing calls this directly

Calls 1

_mk_contextMethod · 0.95

Tested by

no test coverage detected