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

Method get_stream

backend/python/pydevlake/pydevlake/plugin.py:210–214  ·  view source on GitHub ↗
(self, stream_name: str)

Source from the content-addressed store, hash-verified

208 return subtasks
209
210 def get_stream(self, stream_name: str) -> Stream:
211 stream = self._streams.get(stream_name)
212 if stream is None:
213 raise Exception(f'Unknown stream {stream_name}')
214 return stream
215
216 def plugin_info(self) -> msg.PluginInfo:
217 subtask_metas = [

Callers 2

_run_streamMethod · 0.95
assert_stream_convertFunction · 0.80

Calls 1

getMethod · 0.80

Tested by 1

assert_stream_convertFunction · 0.64