MCPcopy 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
430static bool variableWithNameExists(const std::string &name)
431{
432 return !!GetVariableByName(name);
433}
434
435void SaveVariables(obs_data_t *obj)
436{

Callers 1

ImportVariablesFunction · 0.85

Calls 1

GetVariableByNameFunction · 0.85

Tested by

no test coverage detected