MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / moduleHasCommandFilters

Function moduleHasCommandFilters

src/module.cpp:7645–7649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7643}
7644
7645int moduleHasCommandFilters()
7646{
7647 // Note: called outside the global lock
7648 return listLength(moduleCommandFilters);
7649}
7650
7651void moduleCallCommandFilters(client *c) {
7652 if (listLength(moduleCommandFilters) == 0) return;

Callers 1

processCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected