MCPcopy Create free account
hub / github.com/antirez/ds4 / test_close_engine

Function test_close_engine

tests/ds4_test.c:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return *slot;
130}
131
132static void test_close_engines(void) {
133 ds4_engine_close(test_engine_fast);
134 ds4_engine_close(test_engine_quality);
135 test_engine_fast = NULL;
136 test_engine_quality = NULL;
137}
138

Callers 2

test_think_tool_recoveryFunction · 0.85
test_tool_call_qualityFunction · 0.85

Calls 1

ds4_engine_closeFunction · 0.85

Tested by

no test coverage detected