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

Method CrashHandler

include/thundersvm/util/log.h:3646–3648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3644
3645 explicit CrashHandler(bool useDefault);
3646 explicit CrashHandler(const Handler& cHandler) {
3647 setHandler(cHandler);
3648 }
3649 void setHandler(const Handler& cHandler);
3650
3651 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected