Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ cOutHandler
Method
cOutHandler
src/IECore/OStreamMessageHandler.cpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
OStreamMessageHandler *OStreamMessageHandler::cOutHandler()
101
{
102
static OStreamMessageHandlerPtr s = new OStreamMessageHandler( cout );
103
return s.get();
104
}
Callers
2
testOStreamHandler
Method · 0.80
testCompoundHandler
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected