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

Method read

src/fl/stl/fstream.h:171–174  ·  view source on GitHub ↗

Convenience: read into u8 buffer

Source from the content-addressed store, hash-verified

169
170 // Convenience: read into u8 buffer
171 fl::size_t read(fl::u8* dst, fl::size_t n) {
172 read(fl::reinterpret_cast_<char*>(dst), n);
173 return mLastRead;
174 }
175
176 // Convenience: read into u8 span
177 fl::size_t read(fl::span<fl::u8> dst) {

Callers 1

fstream.cpp.hppFile · 0.45

Calls 3

readFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected