MCPcopy Create free account
hub / github.com/Norbyte/ositools / CanShowError

Method CanShowError

OsiLoader/Utils.cpp:72–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool ErrorUtils::CanShowError()
73{
74 if (EoCClient == nullptr
75 || *EoCClient == nullptr
76 || (*EoCClient)->State == nullptr
77 || *(*EoCClient)->State == nullptr
78 || EoCClientHandleError == nullptr) {
79 return false;
80 }
81
82 auto state = (*(*EoCClient)->State)->State;
83 return state == 19
84 || state == 17
85 || state == 28
86 || state == 7
87 || state == 30;
88}
89
90bool ErrorUtils::FindModule()
91{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected