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

Method addSuccess

IPL/src/IPLProcess.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void IPLProcess::addSuccess(std::string msg)
368{
369 addMessage(IPLProcessMessage(msg, IPLProcessMessage::SUCCESS));
370}
371
372void IPLProcess::addInformation(std::string msg)
373{

Callers

nothing calls this directly

Calls 1

IPLProcessMessageFunction · 0.85

Tested by

no test coverage detected