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

Function GetSwitcher

lib/switcher-data.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6SwitcherData *switcher = nullptr;
7SwitcherData *GetSwitcher()
8{
9 return switcher;
10}
11
12std::mutex *GetSwitcherMutex()
13{

Callers 15

SavePluginSettingsFunction · 0.85
LoadPluginSettingsFunction · 0.85
StopPluginFunction · 0.85
StartPluginFunction · 0.85
PluginIsRunningFunction · 0.85
GetIntervalValueFunction · 0.85
SetPluginNoMatchBehaviorFunction · 0.85
GetPluginNoMatchBehaviorFunction · 0.85
SetNoMatchSceneFunction · 0.85
ForegroundWindowTitleFunction · 0.85
SettingsWindowIsOpenedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected