MCPcopy 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
393const db_rows* db_handle::get_result() const
394{
395 return result_;
396}
397
398const std::vector<const db_row*>* db_handle::get_rows(
399 const char* name, const char* value)

Callers 15

tbl_selectFunction · 0.45
tbl_insertFunction · 0.45
tbl_selectFunction · 0.45
test_zrangeFunction · 0.45
tbl_insertFunction · 0.45
tbl_selectFunction · 0.45
tbl_insertFunction · 0.45
tbl_selectFunction · 0.45
tbl_insertFunction · 0.45
tbl_selectFunction · 0.45
tbl_insertFunction · 0.45
tbl_selectFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_zrangeFunction · 0.36