MCPcopy 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
31void sqlite_cursor::clear(void)
32{
33 if (row_) {
34 row_->clear();
35 }
36 dbuf_->dbuf_reset();
37}
38
39void sqlite_cursor::add_column_name(const char* name)
40{

Callers

nothing calls this directly

Calls 1

dbuf_resetMethod · 0.80

Tested by

no test coverage detected