MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / what

Method what

libs/librepcb/core/exceptions.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49const char* Exception::what() const noexcept {
50 if (mMsgUtf8.isNull()) {
51 mMsgUtf8 = mMsg.toUtf8();
52 }
53 return mMsgUtf8.constData();
54}
55
56/*******************************************************************************
57 * Class LogicError

Callers 15

openMethod · 0.45
importMethod · 0.45
openMethod · 0.45
~ScopeGuardListMethod · 0.45
allPointsInsideMethod · 0.45
anyPointsInsideMethod · 0.45
uniteMethod · 0.45
uniteToTreeMethod · 0.45
intersectMethod · 0.45
intersectToTreeMethod · 0.45
subtractMethod · 0.45
subtractToTreeMethod · 0.45

Calls 1

toUtf8Method · 0.80

Tested by

no test coverage detected