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

Method GetErrorStr

IDEHelper/Compiler/CeDebugger.cpp:236–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236String CeEvaluationContext::GetErrorStr()
237{
238 if (mPassInstance == NULL)
239 return "";
240 String errorStr = mPassInstance->mErrors[0]->mError;
241 if (mExprNode != NULL)
242 {
243 errorStr += ": ";
244 errorStr += mExprNode->ToString();
245 }
246 return errorStr;
247}
248
249//////////////////////////////////////////////////////////////////////////
250

Callers 1

ParseFormatInfoMethod · 0.45

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected