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

Method appendFormatted

src/fl/stl/strstream.cpp.hpp:62–64  ·  view source on GitHub ↗

Helper method implementations for formatted integer output

Source from the content-addressed store, hash-verified

60
61// Helper method implementations for formatted integer output
62void sstream::appendFormatted(fl::i8 val) {
63 appendFormatted(fl::i16(val));
64}
65
66void sstream::appendFormatted(fl::i16 val) {
67 appendFormatted(fl::i32(val));

Callers

nothing calls this directly

Calls 5

itoaFunction · 0.85
utoa64Function · 0.85
utoa32Function · 0.85
u32Enum · 0.50
appendMethod · 0.45

Tested by

no test coverage detected