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

Method SetSource

lib/utils/source-selection.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void SourceSelection::SetSource(OBSWeakSource source)
86{
87 _type = Type::SOURCE;
88 _source = source;
89}
90
91void SourceSelection::ResolveVariables()
92{

Callers

nothing calls this directly

Calls 3

FindIdxInRagneFunction · 0.70
GetTypeMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected