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

Method hasWarnings

IPL/src/IPLProcess.cpp:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398bool IPLProcess::hasWarnings()
399{
400 for(IPLProcessMessage msg : _messages)
401 {
402 if(msg.type == IPLProcessMessage::WARNING)
403 return true;
404 }
405 return false;
406}

Callers 1

paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected