MCPcopy 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
105MessageHandler::Scope::~Scope()
106{
107 if ( m_handler )
108 {
109 HandlerStack &stack = g_threadHandlers.local();
110 stack.pop();
111 }
112}
113
114MessageHandler *MessageHandler::currentHandler()
115{

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected