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

Method GetIdx

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

Source from the content-addressed store, hash-verified

213}
214
215int TempVariableRef::GetIdx() const
216{
217 auto segment = _segment.lock();
218 if (!segment) {
219 return -1;
220 }
221 return segment->GetIndex();
222}
223
224template<typename T>
225static bool

Callers 1

HighlightSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected