FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get_null_value()

JsonValue & fl::get_null_value ( )

Definition at line 70 of file json.cpp.

70 {
71 static ThreadLocal<JsonValue> null_value;
72 return null_value.access();
73}
ThreadLocalFake< T > ThreadLocal

References fl::ThreadLocalFake< T >::access().

Referenced by fl::JsonValue::const_iterator::KeyValue::KeyValue(), fl::JsonValue::iterator::KeyValue::KeyValue(), and fl::JsonValue::operator[]().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: