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

Method get_strings

lib_acl_cpp/src/redis/redis_command.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621int redis_command::get_strings(std::vector<string>& out)
622{
623 return get_strings(&out);
624}
625
626int redis_command::get_strings(std::vector<string>* out)
627{

Callers

nothing calls this directly

Calls 11

dbuf_allocMethod · 0.80
runFunction · 0.50
get_typeMethod · 0.45
get_sizeMethod · 0.45
clearMethod · 0.45
get_childrenMethod · 0.45
reserveMethod · 0.45
push_backMethod · 0.45
argv_to_stringMethod · 0.45
sizeMethod · 0.45
get_lengthMethod · 0.45

Tested by

no test coverage detected