Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
_run(coro):
19
return
asyncio.run(coro)
20
21
22
class
TestQueryEngine(unittest.TestCase):
Callers
10
test_submit_message_yields_assistant
Method · 0.70
test_messages_accumulate
Method · 0.70
test_reset_abort_controller
Method · 0.70
test_image_unsupported_strips_images_from_mutable_messages
Method · 0.70
test_image_unsupported_error_does_not_recur_on_next_submit
Method · 0.70
test_engine_produces_block_list_with_cache_control
Method · 0.70
test_engine_wires_skill_listing_into_system_prompt
Method · 0.70
test_engine_threads_mcp_servers_to_block_assembly
Method · 0.70
test_boundary_literal_filtered_from_non_anthropic_system_message
Method · 0.70
test_two_turns_produce_byte_identical_cached_blocks
Method · 0.70
Calls
1
run
Method · 0.45
Tested by
no test coverage detected