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

Method hasMessages

IPL/src/IPLProcess.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383bool IPLProcess::hasMessages()
384{
385 return _messages.size() > 0;
386}
387
388bool IPLProcess::hasErrors()
389{

Callers 1

updateMessagesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected