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

Method GetOwnTempVars

lib/macro/macro-segment.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76std::vector<TempVariable> MacroSegment::GetOwnTempVars() const
77{
78 return _tempVariables;
79}
80
81MacroSegment::MacroSegment(Macro *m, bool supportsVariableValue)
82 : _macro(m),

Callers 2

IsExpandableMethod · 0.80
PopulateTempVarComboMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected