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

Method valid

lib/legacy/switch-sequence.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316bool SceneSequenceSwitch::valid()
317{
318 return !initialized() ||
319 (SceneSwitcherEntry::valid() && WeakSourceValid(startScene));
320}
321
322void SceneSequenceSwitch::save(obs_data_t *obj, bool saveExt)
323{

Callers

nothing calls this directly

Calls 1

WeakSourceValidFunction · 0.85

Tested by

no test coverage detected