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

Method getLine

src/openms/source/CONCEPT/Exception.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 int BaseException::getLine() const noexcept
97 {
98 return line_;
99 }
100
101 Precondition::Precondition(const char* file, int line, const char* function, const string& condition) noexcept :
102 BaseException(file, line, function, "Precondition failed", std::string(condition))

Callers 7

mainFunction · 0.80
mainFunction · 0.80
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