Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
SwitcherData *switcher = nullptr;
7
SwitcherData *GetSwitcher()
8
{
9
return switcher;
10
}
11
12
std::mutex *GetSwitcherMutex()
13
{
Callers
15
SavePluginSettings
Function · 0.85
LoadPluginSettings
Function · 0.85
StopPlugin
Function · 0.85
StartPlugin
Function · 0.85
PluginIsRunning
Function · 0.85
GetIntervalValue
Function · 0.85
SetPluginNoMatchBehavior
Function · 0.85
GetPluginNoMatchBehavior
Function · 0.85
SetNoMatchScene
Function · 0.85
ForegroundWindowTitle
Function · 0.85
PreviousForegroundWindowTitle
Function · 0.85
SettingsWindowIsOpened
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected