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/db/db_handle.cpp:393–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
392
393
const db_rows* db_handle::get_result() const
394
{
395
return result_;
396
}
397
398
const std::vector<const db_row*>* db_handle::get_rows(
399
const char* name, const char* value)
Callers
15
tbl_select
Function · 0.45
tbl_insert
Function · 0.45
tbl_select
Function · 0.45
test_zrange
Function · 0.45
tbl_insert
Function · 0.45
tbl_select
Function · 0.45
tbl_insert
Function · 0.45
tbl_select
Function · 0.45
tbl_insert
Function · 0.45
tbl_select
Function · 0.45
tbl_insert
Function · 0.45
tbl_select
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_zrange
Function · 0.36