MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / what

Method what

extensions/script/ScriptException.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 virtual ~ScriptException() noexcept = default;
48
49 virtual const char * what() const noexcept {
50 return error_.c_str();
51 }
52
53 private:
54 std::string error_;

Callers 15

connectedMethod · 0.45
processOnTriggerMethod · 0.45
onTriggerMethod · 0.45
onTriggerMethod · 0.45
configureMethod · 0.45
evalMethod · 0.45
evalFileMethod · 0.45
initializeMethod · 0.45
onScheduleMethod · 0.45
onTriggerMethod · 0.45
callMethod · 0.45
onTriggerMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by 1

testRPGBypassFunction · 0.36