Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ ~Scope
Method
~Scope
src/IECore/MessageHandler.cpp:105–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
MessageHandler::Scope::~Scope()
106
{
107
if ( m_handler )
108
{
109
HandlerStack &stack = g_threadHandlers.local();
110
stack.pop();
111
}
112
}
113
114
MessageHandler *MessageHandler::currentHandler()
115
{
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected