MCPcopy Create free account
hub / github.com/RenderKit/oidn / engage

Method engage

external/catch.hpp:8013–8017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8011 ~FatalConditionHandler();
8012
8013 void engage() {
8014 assert(!m_started && "Handler cannot be installed twice.");
8015 m_started = true;
8016 engage_platform();
8017 }
8018
8019 void disengage() {
8020 assert(m_started && "Handler cannot be uninstalled without being installed first");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected