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

Function AddFinishedLoadingStep

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

Source from the content-addressed store, hash-verified

245}
246
247void AddFinishedLoadingStep(std::function<void()> step)
248{
249 std::lock_guard<std::mutex> lock(finishLoadMutex);
250 if (loadingFinished) {
251 return;
252 }
253
254 getFinishLoadSteps().emplace_back(step);
255}
256
257void AddStartStep(std::function<void()> step)
258{

Callers 4

AskForBackupFunction · 0.85
PlatformInitFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected