Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ check
Function
check
tests/test_daemon_smoke.py:54–56 ·
view source on GitHub ↗
(condition, message)
Source
from the content-addressed store, hash-verified
52
53
54
def
check(condition, message):
55
if
not condition:
56
raise
SmokeFailure(message)
57
58
59
def
wait_until(predicate, timeout, description):
Callers
12
fixed_wire_text
Function · 0.70
decode_fixed_wire_text
Function · 0.70
recv_exact
Function · 0.70
probe_future_generation_rendezvous
Function · 0.70
send
Method · 0.70
assert_rpc_success
Function · 0.70
assert_rpc_cancelled
Function · 0.70
assert_indexed_tool_response
Function · 0.70
run_successful_activation
Function · 0.70
assert_coordination_idle
Function · 0.70
assert_no_activation_artifacts
Function · 0.70
main
Function · 0.70
Calls
1
SmokeFailure
Class · 0.70
Tested by
no test coverage detected