Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ CompoundMessageHandler
Method
CompoundMessageHandler
src/IECore/CompoundMessageHandler.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
using namespace IECore;
40
41
CompoundMessageHandler::CompoundMessageHandler()
42
{
43
}
44
45
CompoundMessageHandler::CompoundMessageHandler( const std::set<MessageHandlerPtr> &initialHandlers )
46
: handlers( initialHandlers )
Callers
1
testCompoundHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected