Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ subcaseStart
Method
subcaseStart
src/fl/test/fltest.cpp.hpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void DefaultReporter::subcaseStart(const char* name) FL_NOEXCEPT {
72
fl::printf(
" Subcase: %s\n"
, name);
73
}
74
75
void DefaultReporter::subcaseEnd() FL_NOEXCEPT {
76
// Nothing needed
Callers
1
enterSubcase
Method · 0.80
Calls
5
printf
Function · 0.85
print
Function · 0.50
c_str
Method · 0.45
str
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected