MCPcopy 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
54def check(condition, message):
55 if not condition:
56 raise SmokeFailure(message)
57
58
59def wait_until(predicate, timeout, description):

Callers 12

fixed_wire_textFunction · 0.70
decode_fixed_wire_textFunction · 0.70
recv_exactFunction · 0.70
sendMethod · 0.70
assert_rpc_successFunction · 0.70
assert_rpc_cancelledFunction · 0.70
assert_coordination_idleFunction · 0.70
mainFunction · 0.70

Calls 1

SmokeFailureClass · 0.70

Tested by

no test coverage detected