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

Function inject_available_handler

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

Source from the content-addressed store, hash-verified

250}
251
252void inject_available_handler(const available_handler_t& handler) {
253 get_available_handler() = handler;
254}
255
256void inject_read_handler(const read_handler_t& handler) {
257 get_read_handler() = handler;

Callers 2

FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected