Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ addError
Method
addError
IPL/src/IPLProcess.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
void IPLProcess::addError(std::string msg)
358
{
359
addMessage(IPLProcessMessage(msg, IPLProcessMessage::ERR));
360
}
361
362
void IPLProcess::addWarning(std::string msg)
363
{
Callers
1
run
Method · 0.80
Calls
1
IPLProcessMessage
Function · 0.85
Tested by
no test coverage detected