MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / tryOpen

Method tryOpen

tests/catch.hpp:11833–11836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11831 }
11832
11833 void SectionTracker::tryOpen() {
11834 if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) )
11835 open();
11836 }
11837
11838 void SectionTracker::addInitialFilters( std::vector<std::string> const& filters ) {
11839 if( !filters.empty() ) {

Callers 1

catch.hppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected