Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
std::vector<TempVariable> MacroSegment::GetOwnTempVars() const
77
{
78
return _tempVariables;
79
}
80
81
MacroSegment::MacroSegment(Macro *m, bool supportsVariableValue)
82
: _macro(m),
Callers
2
IsExpandable
Method · 0.80
PopulateTempVarCombo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected