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

Function ACLFreeUsersSet

app/redis-6.2.6/src/acl.c:355–357  ·  view source on GitHub ↗

Free all the users registered in the radix tree 'users' and free the * radix tree itself. */

Source from the content-addressed store, hash-verified

353/* Free all the users registered in the radix tree 'users' and free the
354 * radix tree itself. */
355void ACLFreeUsersSet(rax *users) {
356 raxFreeWithCallback(users,(void(*)(void*))ACLFreeUserAndKillClients);
357}
358
359/* Given a command ID, this function set by reference 'word' and 'bit'
360 * so that user->allowed_commands[word] will address the right word

Callers 1

ACLLoadFromFileFunction · 0.85

Calls 1

raxFreeWithCallbackFunction · 0.85

Tested by

no test coverage detected