MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / CrashHandler

Method CrashHandler

src/thundersvm/util/log.cpp:2772–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2770// CrashHandler
2771
2772CrashHandler::CrashHandler(bool useDefault) {
2773 if (useDefault) {
2774 setHandler(defaultCrashHandler);
2775 }
2776}
2777
2778void CrashHandler::setHandler(const Handler& cHandler) {
2779 m_handler = cHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected