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

Function bitfieldCommand

src/bitops.cpp:1241–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241void bitfieldCommand(client *c) {
1242 bitfieldGeneric(c, BITFIELD_FLAG_NONE);
1243}
1244
1245void bitfieldroCommand(client *c) {
1246 bitfieldGeneric(c, BITFIELD_FLAG_READONLY);

Callers

nothing calls this directly

Calls 1

bitfieldGenericFunction · 0.85

Tested by

no test coverage detected