Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ addMessage
Method
addMessage
IPL/src/IPLProcess.cpp:350–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
}
349
350
void IPLProcess::addMessage(IPLProcessMessage msg)
351
{
352
_messageMutex.lock();
353
_messages.push_back(msg);
354
_messageMutex.unlock();
355
}
356
357
void IPLProcess::addError(std::string msg)
358
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected