MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / isSuccessfullyCompleted

Method isSuccessfullyCompleted

test/expected/catch.hpp:14138–14140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14136 return m_runState == CompletedSuccessfully || m_runState == Failed;
14137 }
14138 bool TrackerBase::isSuccessfullyCompleted() const {
14139 return m_runState == CompletedSuccessfully;
14140 }
14141 bool TrackerBase::isOpen() const {
14142 return m_runState != NotStarted && !isComplete();
14143 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected