MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getFunction

Method getFunction

src/openms/source/CONCEPT/Exception.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 const char* BaseException::getFunction() const noexcept
87 {
88 return function_;
89 }
90
91 const char* BaseException::getMessage() const noexcept
92 {

Callers 5

printLastExceptionFunction · 0.80
Exception.cppFile · 0.80
mainMethod · 0.80
parseCommandLine_Method · 0.80
safeParse_Method · 0.80

Calls

no outgoing calls

Tested by 1

printLastExceptionFunction · 0.64