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

Function not_null_assert_failed

src/fl/stl/not_null.cpp.hpp:24–26  ·  view source on GitHub ↗

Low-level assertion failure handler for not_null Called when a nullptr is detected during construction or assignment Platform-specific implementation to avoid circular dependencies

Source from the content-addressed store, hash-verified

22// Called when a nullptr is detected during construction or assignment
23// Platform-specific implementation to avoid circular dependencies
24void not_null_assert_failed(const char* message) {
25 FL_ASSERT(false, message);
26}
27
28} // namespace detail
29} // namespace fl

Callers 2

not_nullFunction · 0.85
not_null.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected