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

Function teardown

tests/test_str_util.c:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 cbm_arena_init(&a);
11}
12static void teardown(void) {
13 cbm_arena_destroy(&a);
14}
15
16TEST(path_join_basic) {
17 setup();

Callers 1

test_str_util.cFile · 0.85

Calls 1

cbm_arena_destroyFunction · 0.50

Tested by

no test coverage detected