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

Function inject_read_handler

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

Source from the content-addressed store, hash-verified

254}
255
256void inject_read_handler(const read_handler_t& handler) {
257 get_read_handler() = handler;
258}
259
260void inject_flush_handler(const flush_handler_t& handler) {
261 get_flush_handler() = handler;

Callers 2

FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected