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

Function IncrementTempVarInUseGeneration

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

Source from the content-addressed store, hash-verified

182}
183
184void IncrementTempVarInUseGeneration()
185{
186 tempVarInUseGeneration.fetch_add(1, std::memory_order_relaxed);
187}
188
189TempVariableRef::SegmentType TempVariableRef::GetType() const
190{

Callers 6

SetVarMappingsMethod · 0.85
VariableChangedMethod · 0.85
SelectionChangedMethod · 0.85
SelectionChangedMethod · 0.85
SelectionChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected