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

Method method

tests/fl/unused.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 struct TestClass {
347 int member = 10;
348 void method(TestClass* self) {
349 FL_UNUSED(self);
350 // Method doesn't actually use self pointer
351 }
352 };
353 TestClass obj;
354 obj.method(&obj);

Callers 2

process_requestsMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected