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

Method accept

src/fl/stl/json.cpp.hpp:1169–1169  ·  view source on GitHub ↗

accept() overloads - called by variant::visit() with direct references

Source from the content-addressed store, hash-verified

1167
1168 // accept() overloads - called by variant::visit() with direct references
1169 void accept(const fl::nullptr_t&) { append("null"); }
1170
1171 void accept(const bool& b) { append(b ? "true" : "false"); }
1172

Callers

nothing calls this directly

Calls 6

ieee754_format_decimalFunction · 0.85
stringClass · 0.70
appendMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected