MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / onUnregister

Method onUnregister

src/Core/Triggers/TriggerGroup.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void TriggerGroup::onUnregister(
113 const std::string& triggerName, std::function<void(const TriggerEnv&)> callback)
114 {
115 this->get(triggerName).lock()->onUnregister(callback);
116 }
117} // namespace obe::Triggers

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
lockMethod · 0.80

Tested by

no test coverage detected