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

Function parity_teardown

tests/test_parallel.c:406–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406static void parity_teardown(void) {
407 if (g_seq_gbuf) {
408 cbm_gbuf_free(g_seq_gbuf);
409 g_seq_gbuf = NULL;
410 }
411 if (g_par_gbuf) {
412 cbm_gbuf_free(g_par_gbuf);
413 g_par_gbuf = NULL;
414 }
415 teardown_parallel_repo();
416 g_parity_setup_done = 0;
417}
418
419/* Node count parity */
420TEST(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