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

Method free_result

lib_acl_cpp/src/db/db_handle.cpp:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void db_handle::free_result()
430{
431 if (result_) {
432 delete result_;
433 result_ = NULL;
434 }
435}
436
437const db_row* db_handle::operator [](size_t idx) const
438{

Callers 15

getMethod · 0.80
getMethod · 0.80
acl_dbsql_free_resultFunction · 0.80
dbgetMethod · 0.80
tbl_selectFunction · 0.80
tbl_insertFunction · 0.80
tbl_selectFunction · 0.80
tbl_deleteFunction · 0.80
tbl_insertFunction · 0.80
tbl_selectFunction · 0.80
tbl_deleteFunction · 0.80
db_createFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected