Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
bool CeEvaluationContext::HadError()
232
{
233
return (mPassInstance != NULL) && (mPassInstance->mFailedIdx != 0);
234
}
235
236
String CeEvaluationContext::GetErrorStr()
237
{
Callers
1
ParseFormatInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected