MCPcopy 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
54void setLastCAPIErrorMessage(const std::string& message) {
55 lastCAPIErrorMessage = message;
56}
57
58void clearLastCAPIErrorMessage() {
59 lastCAPIErrorMessage.clear();

Calls

no outgoing calls

Tested by

no test coverage detected