MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / AddPluginPostLoadStep

Function AddPluginPostLoadStep

lib/utils/plugin-state-helpers.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void AddPluginPostLoadStep(std::function<void()> step)
204{
205 std::lock_guard<std::mutex> lock(mutex);
206 getPluginPostLoadSteps().emplace_back(step);
207}
208
209void AddPluginCleanupStep(std::function<void()> step)
210{

Callers 2

setupFunction · 0.70
RegisterWebsocketRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected