MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / hasErrors

Method hasErrors

IPL/src/IPLProcess.cpp:388–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388bool IPLProcess::hasErrors()
389{
390 for(IPLProcessMessage msg : _messages)
391 {
392 if(msg.type == IPLProcessMessage::ERR)
393 return true;
394 }
395 return false;
396}
397
398bool IPLProcess::hasWarnings()
399{

Callers 1

paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected