Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ variableWithNameExists
Function
variableWithNameExists
lib/variables/variable.cpp:430–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
}
429
430
static bool variableWithNameExists(const std::string &name)
431
{
432
return !!GetVariableByName(name);
433
}
434
435
void SaveVariables(obs_data_t *obj)
436
{
Callers
1
ImportVariables
Function · 0.85
Calls
1
GetVariableByName
Function · 0.85
Tested by
no test coverage detected