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

Class json_value

src/fl/stl/json/types.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace fl {
28
29struct json_value;
30
31// Define Array and Object as pointers to avoid incomplete type issues
32// We'll use heap-allocated containers for these to avoid alignment issues

Callers

nothing calls this directly

Calls 9

is_arrayClass · 0.85
iteratorClass · 0.70
emptyMethod · 0.45
visitMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected