MCPcopy 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
58void clearLastCAPIErrorMessage() {
59 lastCAPIErrorMessage.clear();
60}
61
62char* takeLastCAPIErrorMessage() {
63 if (lastCAPIErrorMessage.empty()) {

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected