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

Method addNextFilters

ext/catch.hpp:6154–6157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6152 }
6153 }
6154 void addNextFilters( std::vector<std::string> const& filters ) {
6155 if( filters.size() > 1 )
6156 std::copy( filters.begin()+1, filters.end(), std::back_inserter( m_filters ) );
6157 }
6158 };
6159
6160 class IndexTracker : public TrackerBase {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected