MCPcopy Create free account
hub / github.com/apache/trafficserver / list

Function list

lib/catch2/catch.hpp:11386–11398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11384 }
11385
11386 Option<std::size_t> list( std::shared_ptr<Config> const& config ) {
11387 Option<std::size_t> listedCount;
11388 getCurrentMutableContext().setConfig( config );
11389 if( config->listTests() )
11390 listedCount = listedCount.valueOr(0) + listTests( *config );
11391 if( config->listTestNamesOnly() )
11392 listedCount = listedCount.valueOr(0) + listTestsNamesOnly( *config );
11393 if( config->listTags() )
11394 listedCount = listedCount.valueOr(0) + listTags( *config );
11395 if( config->listReporters() )
11396 listedCount = listedCount.valueOr(0) + listReporters();
11397 return listedCount;
11398 }
11399
11400} // end namespace Catch
11401// end catch_list.cpp

Callers 15

genconfig.pyFile · 0.85
gen_eventsFunction · 0.85
create_emitter_testsFunction · 0.85
runInternalMethod · 0.85
mainMethod · 0.85
mainFunction · 0.85
__repr__Method · 0.85
__eq__Method · 0.85

Calls 10

listTestsFunction · 0.85
listTestsNamesOnlyFunction · 0.85
listTagsFunction · 0.85
listReportersFunction · 0.85
setConfigMethod · 0.80
listTestsMethod · 0.80
valueOrMethod · 0.80
listTestNamesOnlyMethod · 0.80
listTagsMethod · 0.80
listReportersMethod · 0.80

Tested by 3

gen_eventsFunction · 0.68
create_emitter_testsFunction · 0.68