Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_raw
Method · 0.50
step
Method · 0.50
atan2
Method · 0.50
sqrt
Method · 0.50
rsqrt
Method · 0.50
pow
Method · 0.50
exp2_fp
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected