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

Method operation

src/function/utility/error.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct Error {
11 static void operation(string_t& input, int32_t& result) {
12 result = 0;
13 throw RuntimeException(input.getAsString());
14 }
15};
16
17function_set ErrorFunction::getFunctionSet() {

Callers

nothing calls this directly

Calls 1

getAsStringMethod · 0.80

Tested by

no test coverage detected