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

Method getName

src/openms/source/CONCEPT/Exception.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 const char* BaseException::getName() const noexcept
77 {
78 return name_.c_str();
79 }
80
81 const char* BaseException::getFile() const noexcept
82 {

Callers 2

printLastExceptionFunction · 0.45
Exception.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

printLastExceptionFunction · 0.36