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

Method is_null

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

Type queries

Source from the content-addressed store, hash-verified

238
239 // Type queries
240 bool is_null() const FL_NOEXCEPT { return mValue ? mValue->is_null() : true; }
241 bool is_bool() const FL_NOEXCEPT { return mValue && mValue->is_bool(); }
242 bool is_int() const FL_NOEXCEPT { return mValue && (mValue->is_int() || mValue->is_bool()); }
243 bool is_float() const FL_NOEXCEPT { return mValue && mValue->is_float(); }

Callers 15

pullMethod · 0.45
parse_json_bodyMethod · 0.45
parseChunkedMessagesMethod · 0.45
has_valueMethod · 0.45
readJsonMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
run_benchmarkFunction · 0.45
profile_json_memoryFunction · 0.45
run_benchmarkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected