MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / markAsNeedingAnotherRun

Method markAsNeedingAnotherRun

unittests/catch.hpp:10242–10244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10240 m_ctx.completeCycle();
10241 }
10242 void TrackerBase::markAsNeedingAnotherRun() {
10243 m_runState = NeedsAnotherRun;
10244 }
10245
10246 void TrackerBase::moveToParent() {
10247 assert( m_parent );

Callers 1

failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected