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

Function setup

tests/test_str_util.c:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7static CBMArena a;
8
9static void setup(void) {
10 cbm_arena_init(&a);
11}
12static void teardown(void) {
13 cbm_arena_destroy(&a);
14}

Callers 1

test_str_util.cFile · 0.85

Calls 1

cbm_arena_initFunction · 0.50

Tested by

no test coverage detected