MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _run

Function _run

tests/test_query_engine.py:18–19  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

16
17
18def _run(coro):
19 return asyncio.run(coro)
20
21
22class TestQueryEngine(unittest.TestCase):

Calls 1

runMethod · 0.45

Tested by

no test coverage detected