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

Function parity_teardown

tests/test_parallel.c:226–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static void parity_teardown(void) {
227 if (g_seq_gbuf) {
228 cbm_gbuf_free(g_seq_gbuf);
229 g_seq_gbuf = NULL;
230 }
231 if (g_par_gbuf) {
232 cbm_gbuf_free(g_par_gbuf);
233 g_par_gbuf = NULL;
234 }
235 teardown_parallel_repo();
236 g_parity_setup_done = 0;
237}
238
239/* Node count parity */
240TEST(parallel_node_count) {

Callers 1

test_parallel.cFile · 0.85

Calls 2

cbm_gbuf_freeFunction · 0.85
teardown_parallel_repoFunction · 0.85

Tested by

no test coverage detected