MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / handler

Method handler

tests/test_tool_loop_agent_runner.py:382–389  ·  view source on GitHub ↗
(self, event, query: str = "")

Source from the content-addressed store, hash-verified

380 self.cancelled = False
381
382 async def handler(self, event, query: str = ""):
383 del event, query
384 self.started.set()
385 try:
386 await asyncio.Future()
387 except asyncio.CancelledError:
388 self.cancelled = True
389 raise
390
391
392@pytest.fixture

Callers 8

startMethod · 0.80
triggerMethod · 0.80
loadMethod · 0.80
_terminate_pluginMethod · 0.80
load_platformMethod · 0.80
callMethod · 0.80
call_event_hookFunction · 0.80
processMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected