Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ add_column_name
Method
add_column_name
lib_acl_cpp/src/db/sqlite_cursor.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void sqlite_cursor::add_column_name(const char* name)
40
{
41
names_.push_back(name);
42
}
43
44
void sqlite_cursor::create_row(void)
45
{
Callers
1
prepare
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected