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

◆ is_int()

bool fl::json::is_int ( ) const
inline

Definition at line 240 of file json.h.

240{ return mValue ? mValue->is_null() : true; }
fl::shared_ptr< json_value > mValue
Definition json.h:130

References FL_NOEXCEPT, and mValue.

Referenced by AutoResearchRemoteControl::findConnectedPinsImpl(), fl::wled::parseSegmentFields(), fl::Remote::processRpc(), AutoResearchRemoteControl::registerFunctions(), AutoResearchRemoteControl::runParallelTestImpl(), AutoResearchRemoteControl::runSingleTestImpl(), and fl::WLED::setState().

+ Here is the caller graph for this function: