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

Function bitfieldCommand

app/redis-6.2.6/src/bitops.c:1159–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159void bitfieldCommand(client *c) {
1160 bitfieldGeneric(c, BITFIELD_FLAG_NONE);
1161}
1162
1163void bitfieldroCommand(client *c) {
1164 bitfieldGeneric(c, BITFIELD_FLAG_READONLY);

Callers

nothing calls this directly

Calls 1

bitfieldGenericFunction · 0.85

Tested by

no test coverage detected