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

Function AddPostLoadStep

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

Source from the content-addressed store, hash-verified

146}
147
148void AddPostLoadStep(std::function<void()> step)
149{
150 std::lock_guard<std::mutex> lock(postLoadMutex);
151 getPostLoadSteps().emplace_back(step);
152}
153
154void AddIntervalResetStep(std::function<void()> step)
155{

Callers 3

LoadMethod · 0.70
LoadMethod · 0.50
loadDocksFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected