Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ setLastCAPIErrorMessage
Function
setLastCAPIErrorMessage
src/c_api/helpers.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
#endif
53
54
void setLastCAPIErrorMessage(const std::string& message) {
55
lastCAPIErrorMessage = message;
56
}
57
58
void clearLastCAPIErrorMessage() {
59
lastCAPIErrorMessage.clear();
Callers
11
lbug_value_create_list
Function · 0.85
lbug_value_create_map
Function · 0.85
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
no outgoing calls
Tested by
no test coverage detected