MCPcopy Create free account
hub / github.com/doldecomp/mkdd / create

Method create

libs/JSystem/JUtility/JUTException.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76JUTException *JUTException::create(JUTDirectPrint *directPrint) {
77 if(sErrorManager == nullptr) {
78 sErrorManager = new (JKRGetSystemHeap(), 0) JUTException(directPrint);
79 sErrorManager->resume();
80 }
81 return sErrorManager;
82}
83
84void *JUTException::run()
85{

Callers

nothing calls this directly

Calls 2

JKRGetSystemHeapFunction · 0.85
resumeMethod · 0.45

Tested by

no test coverage detected