MCPcopy Create free account
hub / github.com/Norbyte/ositools / CustomEventGuard

Method CustomEventGuard

OsiInterface/CustomFunctions.cpp:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 static constexpr unsigned MaxDepth = 10;
246
247 CustomEventGuard() { gCustomEventDepth++; }
248 ~CustomEventGuard() { gCustomEventDepth--; }
249
250 bool CanThrowEvent() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected