Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ main
Function
main
tests/doctest_main.cpp:141–143 ·
view source on GitHub ↗
Standard mode: Define main function
Source
from the content-addressed store, hash-verified
139
#else
140
// Standard mode: Define main function
141
int main(int argc, char** argv) {
142
return testing_detail::fl_main(argc, argv);
143
}
144
#endif // TEST_DLL_MODE
Callers
nothing calls this directly
Calls
1
fl_main
Function · 0.85
Tested by
no test coverage detected