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