Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ completeCycle
Method
completeCycle
tests/include/catch.hpp:14390–14392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14388
m_runState = Executing;
14389
}
14390
void TrackerContext::completeCycle() {
14391
m_runState = CompletedCycle;
14392
}
14393
14394
bool TrackerContext::completedCycle() const {
14395
return m_runState == CompletedCycle;
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected