Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ clearLastCAPIErrorMessage
Function
clearLastCAPIErrorMessage
src/c_api/helpers.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void clearLastCAPIErrorMessage() {
59
lastCAPIErrorMessage.clear();
60
}
61
62
char* takeLastCAPIErrorMessage() {
63
if (lastCAPIErrorMessage.empty()) {
Callers
9
lbug_database_init
Function · 0.85
lbug_connection_query
Function · 0.85
lbug_connection_prepare
Function · 0.85
lbug_connection_execute
Function · 0.85
lbug_connection_create_arrow_table
Function · 0.85
lbug_connection_create_arrow_rel_table
Function · 0.85
lbug_connection_create_arrow_rel_table_csr
Function · 0.85
lbug_connection_drop_arrow_table
Function · 0.85
lbug_query_result_get_next
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected