Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_result
Method
get_result
lib_acl_cpp/src/redis/redis_command.cpp:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
const char* redis_command::get_result(size_t i, size_t* len /* = NULL */) const
341
{
342
return result_ ? result_->get(i, len) : NULL;
343
}
344
345
const char* redis_command::result_status() const
346
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected