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

Function SupportsVariableValue

lib/macro/macro-segment.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300bool SupportsVariableValue(MacroSegment *segment)
301{
302 return segment && segment->_supportsVariableValue;
303}
304
305void IncrementVariableRef(MacroSegment *segment)
306{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected