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

Function ClearPostLoadSteps

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

Source from the content-addressed store, hash-verified

189}
190
191void ClearPostLoadSteps()
192{
193 std::lock_guard<std::mutex> lock(postLoadMutex);
194 getPostLoadSteps().clear();
195}
196
197void AddPluginInitStep(std::function<void()> step)
198{

Callers 1

LoadSettingsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected