Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
private:
19
std::string message_;
Callers
15
main
Function · 0.80
processInput
Method · 0.80
processRunCommands
Function · 0.80
installAndLoadHttpfsForRemoteInit
Function · 0.80
main
Function · 0.80
main
Function · 0.80
runAllBenchmarks
Method · 0.80
main
Function · 0.80
main
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected