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

Method get_child

lib_acl_cpp/src/redis/redis_result.cpp:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278const redis_result* redis_result::get_child(size_t i) const
279{
280 if (children_ == NULL || i >= children_idx_) {
281 return NULL;
282 }
283 return children_[i];
284}
285
286const redis_result** redis_result::get_children(size_t* size) const
287{

Callers 8

get_resultsFunction · 0.45
result_childMethod · 0.45
result_valueMethod · 0.45
scan_keysMethod · 0.45
bpopMethod · 0.45
subop_resultMethod · 0.45
check_channelMethod · 0.45
get_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected