MCPcopy
hub / github.com/zhayujie/CowAgent / get_channel

Method get_channel

app.py:57–58  ·  view source on GitHub ↗
(self, channel_name: str)

Source from the content-addressed store, hash-verified

55 return self._primary_channel
56
57 def get_channel(self, channel_name: str):
58 return self._channels.get(channel_name)
59
60 def start(self, channel_names: list, first_start: bool = False):
61 """

Callers 7

_async_sendMethod · 0.80
_do_startMethod · 0.80
_get_running_channelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected