MCPcopy Create free account
hub / github.com/apache/thrift / isOpen

Method isOpen

compiler/cpp/tests/catch/catch.hpp:6103–6105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6101 return m_runState == CompletedSuccessfully;
6102 }
6103 virtual bool isOpen() const CATCH_OVERRIDE {
6104 return m_runState != NotStarted && !isComplete();
6105 }
6106 virtual bool hasChildren() const CATCH_OVERRIDE {
6107 return !m_children.empty();
6108 }

Callers 1

sectionStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected