Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
int TempVariableRef::GetIdx() const
216
{
217
auto segment = _segment.lock();
218
if (!segment) {
219
return -1;
220
}
221
return segment->GetIndex();
222
}
223
224
template<typename T>
225
static bool
Callers
1
HighlightSelection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected