Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ clear
Method
clear
lib_acl_cpp/src/db/sqlite_cursor.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void sqlite_cursor::clear(void)
32
{
33
if (row_) {
34
row_->clear();
35
}
36
dbuf_->dbuf_reset();
37
}
38
39
void sqlite_cursor::add_column_name(const char* name)
40
{
Callers
nothing calls this directly
Calls
1
dbuf_reset
Method · 0.80
Tested by
no test coverage detected