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

Method GetRef

lib/utils/temp-variable.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127TempVariableRef TempVariable::GetRef() const
128{
129 TempVariableRef ref;
130 ref._id = _id;
131 ref._segment = _segment;
132 return ref;
133}
134
135static bool refsContain(const std::vector<TempVariableRef> &refs,
136 const TempVariableRef &ref)

Callers 3

FixupVarMappingRefsMethod · 0.80
PopulateSelectionMethod · 0.80
PopulateTempVarComboMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected