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

Function deprecated_test_function

tests/fl/stl/compiler_control.cpp:652–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650// Test that deprecated function macro can be applied
651FL_DEPRECATED("This is a test deprecated function")
652inline int deprecated_test_function() {
653 return 42;
654}
655
656FL_TEST_CASE("fl::deprecated_function_usage") {
657 // Function should still work even if deprecated

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected