MCPcopy Create free account
hub / github.com/acl-dev/acl / get_slot

Function get_slot

lib_acl_cpp/include/acl_cpp/redis/redis_command.hpp:499–501  ·  view source on GitHub ↗

get the current hash slot stored internal

Source from the content-addressed store, hash-verified

497
498 // get the current hash slot stored internal
499 int get_slot() const {
500 return slot_;
501 }
502
503 bool is_check_addr() const {
504 return check_addr_;

Callers 1

get_slot_masterMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…