MCPcopy Create free account
hub / github.com/cirquit/trdrop / tryOpen

Method tryOpen

ext/catch.hpp:6142–6145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6140 }
6141
6142 void tryOpen() {
6143 if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) )
6144 open();
6145 }
6146
6147 void addInitialFilters( std::vector<std::string> const& filters ) {
6148 if( !filters.empty() ) {

Callers 1

SectionTrackerClass · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected