MCPcopy 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
19static void clear_mmap_env(void) {
20 cbm_unsetenv("CBM_SQLITE_MMAP_SIZE");
21}
22
23TEST(mmap_size_default_when_unset) {
24 clear_mmap_env();

Callers 1

Calls 1

cbm_unsetenvFunction · 0.85

Tested by

no test coverage detected