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

Function SceneGroupValid

lib/legacy/switch-generic.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace advss {
10
11static inline bool SceneGroupValid(SceneGroup *group)
12{
13 if (group) {
14 return group->name != invalid_scene_group_name;
15 }
16 return false;
17}
18
19bool SceneSwitcherEntry::initialized()
20{

Callers 2

initializedMethod · 0.85
validMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected