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

Function inject_print_handler

src/fl/stl/cstdio.cpp.hpp:244–246  ·  view source on GitHub ↗

Inject function handlers for testing

Source from the content-addressed store, hash-verified

242
243// Inject function handlers for testing
244void inject_print_handler(const print_handler_t& handler) {
245 get_print_handler() = handler;
246}
247
248void inject_println_handler(const println_handler_t& handler) {
249 get_println_handler() = handler;

Callers 2

FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected