Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
bool IPLProcess::hasErrors()
389
{
390
for(IPLProcessMessage msg : _messages)
391
{
392
if(msg.type == IPLProcessMessage::ERR)
393
return true;
394
}
395
return false;
396
}
397
398
bool IPLProcess::hasWarnings()
399
{
Callers
1
paint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected