Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_intern_bytes
Function
cbm_intern_bytes
src/foundation/str_intern.c:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
size_t cbm_intern_bytes(const CBMInternPool *pool) {
152
return pool ? pool->total_bytes : 0;
153
}
Callers
1
test_str_intern.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected