Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ result_child
Method
result_child
lib_acl_cpp/src/redis/redis_command.cpp:359–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
const redis_result* redis_command::result_child(size_t i) const
360
{
361
return result_ ? result_->get_child(i) : NULL;
362
}
363
364
const char* redis_command::result_value(size_t i, size_t* len /* = NULL */) const
365
{
Callers
nothing calls this directly
Calls
1
get_child
Method · 0.45
Tested by
no test coverage detected