MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Config_cache_size_set

Function Config_cache_size_set

src/configuration/config.c:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299//------------------------------------------------------------------------------
300
301static void Config_cache_size_set
302(
303 uint64_t cache_size
304) {
305 config.cache_size = cache_size;
306}
307
308static uint64_t Config_cache_size_get(void) {
309 return config.cache_size;

Callers 1

Config_Option_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected