MCPcopy Create free account
hub / github.com/FastLED/FastLED / run

Method run

src/fl/test/fltest.cpp.hpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112int TestContext::run(int argc, const char* const* argv) FL_NOEXCEPT {
113 // Extract filter from first arg if present
114 const char* filter = nullptr;
115 if (argc > 1 && argv && argv[1]) {
116 filter = argv[1];
117 }
118 return run(filter);
119}
120
121int TestContext::run(const char* filter) FL_NOEXCEPT {
122 mStats.reset();

Callers 6

esp32_symbol_analysisFunction · 0.45
run_fastled_web_compilerFunction · 0.45
mainFunction · 0.45
mcp_server.pyFile · 0.45
mainFunction · 0.45
test_manual.pyFile · 0.45

Calls 7

testRunStartMethod · 0.80
testRunEndMethod · 0.80
runFunction · 0.50
resetMethod · 0.45
sizeMethod · 0.45
c_strMethod · 0.45
allPassedMethod · 0.45

Tested by

no test coverage detected