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

Method write

src/fl/stl/basic_string.cpp.hpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211// ======= WRITE =======
212
213fl::size basic_string::write(const fl::u8* data, fl::size n) {
214 const char* str = fl::bit_cast_ptr<const char>(static_cast<const void*>(data));
215 return write(str, n);
216}
217
218fl::size basic_string::write(char c) { return write(&c, 1); }
219

Callers 1

fstream.cpp.hppFile · 0.45

Calls 12

maxFunction · 0.85
utoa32Function · 0.85
utoa64Function · 0.85
itoa64Function · 0.85
itoaFunction · 0.85
hasCapacityMethod · 0.80
growMethod · 0.80
memcpyFunction · 0.50
resetMethod · 0.45
dataMethod · 0.45
use_countMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected