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

Function inject_write_bytes_handler

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

Source from the content-addressed store, hash-verified

262}
263
264void inject_write_bytes_handler(const write_bytes_handler_t& handler) {
265 get_write_bytes_handler() = handler;
266}
267
268// Clear all injected handlers (restores default behavior)
269void clear_io_handlers() {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected