MCPcopy Create free account
hub / github.com/F-Stack/f-stack / moduleCount

Function moduleCount

app/redis-6.2.6/src/module.c:8819–8821  ·  view source on GitHub ↗

Return the number of registered modules. */

Source from the content-addressed store, hash-verified

8817
8818/* Return the number of registered modules. */
8819size_t moduleCount(void) {
8820 return dictSize(modules);
8821}
8822
8823/* --------------------------------------------------------------------------
8824 * ## Key eviction API

Callers 2

beforeSleepFunction · 0.85
afterSleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected