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

Method tryOpen

unittests/catch.hpp:10286–10289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10284 }
10285
10286 void SectionTracker::tryOpen() {
10287 if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) )
10288 open();
10289 }
10290
10291 void SectionTracker::addInitialFilters( std::vector<std::string> const& filters ) {
10292 if( !filters.empty() ) {

Callers 1

catch.hppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected