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

Function inject_flush_handler

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

Source from the content-addressed store, hash-verified

258}
259
260void inject_flush_handler(const flush_handler_t& handler) {
261 get_flush_handler() = handler;
262}
263
264void inject_write_bytes_handler(const write_bytes_handler_t& handler) {
265 get_write_bytes_handler() = handler;

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected