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

Class Derived

tests/fl/stl/not_null.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 };
98
99 struct Derived : Base {
100 int get() const override { return 2; }
101 };
102
103 Derived d;
104 not_null<Base*> ptr(&d);

Callers 7

from_rawMethod · 0.50
stepMethod · 0.50
atan2Method · 0.50
sqrtMethod · 0.50
rsqrtMethod · 0.50
powMethod · 0.50
exp2_fpMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected