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

Method tryOpen

compiler/cpp/tests/catch/catch.hpp:6228–6231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6226 }
6227
6228 void tryOpen() {
6229 if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) )
6230 open();
6231 }
6232
6233 void addInitialFilters( std::vector<std::string> const& filters ) {
6234 if( !filters.empty() ) {

Callers 1

SectionTrackerClass · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected