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

Method scan_keys

lib_acl_cpp/src/redis/redis_command.cpp:876–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874/////////////////////////////////////////////////////////////////////////////
875
876const redis_result** redis_command::scan_keys(const char* cmd, const char* key,
877 int& cursor, size_t& size, const char* pattern, const size_t* count)
878{
879 size_t klen = key ? strlen(key) : 0;
880 return scan_keys(cmd, key, klen, cursor, size, pattern, count);
881}
882
883const redis_result** redis_command::scan_keys(const char* cmd, const char* key,
884 size_t klen, int& cursor, size_t& size, const char* pattern,

Callers

nothing calls this directly

Calls 10

safe_snprintfFunction · 0.85
hash_slotFunction · 0.85
dbuf_allocMethod · 0.80
build_requestFunction · 0.50
runFunction · 0.50
get_sizeMethod · 0.45
get_childMethod · 0.45
argv_to_stringMethod · 0.45
c_strMethod · 0.45
get_childrenMethod · 0.45

Tested by

no test coverage detected