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

Class ACLUserFlag

src/acl.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91struct ACLUserFlag {
92 const char *name;
93 uint64_t flag;
94} ACLUserFlags[] = {
95 /* Note: the order here dictates the emitted order at ACLDescribeUser */
96 {"on", USER_FLAG_ENABLED},
97 {"off", USER_FLAG_DISABLED},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected