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

Method GetVariableValue

lib/macro/macro-segment.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191std::string MacroSegment::GetVariableValue() const
192{
193 if (_supportsVariableValue) {
194 return _variableValue;
195 }
196 return "";
197}
198
199void MacroSegment::SetVariableValue(const std::string &value)
200{

Callers 2

PerformActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected