MCPcopy Create free account
hub / github.com/beefytech/Beef / HadError

Method HadError

IDEHelper/Compiler/CeDebugger.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231bool CeEvaluationContext::HadError()
232{
233 return (mPassInstance != NULL) && (mPassInstance->mFailedIdx != 0);
234}
235
236String CeEvaluationContext::GetErrorStr()
237{

Callers 1

ParseFormatInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected