Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ clear_mmap_env
Function
clear_mmap_env
tests/test_store_pragmas.c:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
#include <unistd.h>
18
19
static void clear_mmap_env(void) {
20
cbm_unsetenv(
"CBM_SQLITE_MMAP_SIZE"
);
21
}
22
23
TEST(mmap_size_default_when_unset) {
24
clear_mmap_env();
Callers
1
test_store_pragmas.c
File · 0.85
Calls
1
cbm_unsetenv
Function · 0.85
Tested by
no test coverage detected