Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
static CBMArena a;
8
9
static void setup(void) {
10
cbm_arena_init(&a);
11
}
12
static void teardown(void) {
13
cbm_arena_destroy(&a);
14
}
Callers
1
test_str_util.c
File · 0.85
Calls
1
cbm_arena_init
Function · 0.50
Tested by
no test coverage detected