Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ completeCycle
Method
completeCycle
tests/catch.hpp:11668–11670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11666
m_runState = Executing;
11667
}
11668
void TrackerContext::completeCycle() {
11669
m_runState = CompletedCycle;
11670
}
11671
11672
bool TrackerContext::completedCycle() const {
11673
return m_runState == CompletedCycle;
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected