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

Function flush

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

Source from the content-addressed store, hash-verified

206}
207
208bool flush(u32 timeoutMs) {
209#ifdef FASTLED_TESTING
210 if (get_flush_handler()) {
211 return get_flush_handler()(timeoutMs);
212 }
213#endif
214 return platforms::flush(timeoutMs);
215}
216
217size_t write_bytes(const u8* buffer, size_t size) {
218 if (!buffer || size == 0) return 0;

Callers 5

pushMethod · 0.50
writeImplMethod · 0.50
flushMethod · 0.50
FL_TEST_FILEFunction · 0.50
printJsonRawFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected