Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
429
void db_handle::free_result()
430
{
431
if (result_) {
432
delete result_;
433
result_ = NULL;
434
}
435
}
436
437
const db_row* db_handle::operator [](size_t idx) const
438
{
Callers
15
get
Method · 0.80
get
Method · 0.80
acl_dbsql_free_result
Function · 0.80
dbget
Method · 0.80
tbl_select
Function · 0.80
tbl_insert
Function · 0.80
tbl_select
Function · 0.80
tbl_delete
Function · 0.80
tbl_insert
Function · 0.80
tbl_select
Function · 0.80
tbl_delete
Function · 0.80
db_create
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected