MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / finish_case

Function finish_case

tests/repro/repro_call_node_behaviors.c:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331static int finish_case(CBMFileResult *result, int failures) {
332 if (result)
333 cbm_free_result(result);
334 return failures == 0 ? 0 : 1;
335}
336
337static int run_binary_behavior(const BehaviorCase *test_case) {
338 int failures = 0;

Callers 10

run_binary_behaviorFunction · 0.85
run_subscript_behaviorFunction · 0.85
run_unary_behaviorFunction · 0.85
run_update_behaviorFunction · 0.85
run_delete_behaviorFunction · 0.85
run_field_behaviorFunction · 0.85
run_arrow_behaviorFunction · 0.85

Calls 1

cbm_free_resultFunction · 0.85

Tested by

no test coverage detected