Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ get
Method
get
tests/fl/stl/not_null.cpp:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
FL_TEST_CASE(
"not_null - polymorphic pointer"
) {
94
struct Base {
95
virtual int get() const { return 1; }
96
virtual ~Base() = default;
97
};
98
Callers
2
not_null.cpp
File · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected