MCPcopy 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

93FL_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.cppFile · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected