MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / what

Method what

test/api/udf_test.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 explicit UserDefinedException(const std::string& message) : message_(message) {}
15
16 const char* what() const noexcept override { return message_.c_str(); }
17
18private:
19 std::string message_;

Callers 15

mainFunction · 0.80
processInputMethod · 0.80
processRunCommandsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runAllBenchmarksMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected