| 248 | bool is_array() const FL_NOEXCEPT { return mValue && mValue->is_array(); } |
| 249 | bool is_generic_array() const FL_NOEXCEPT { return mValue && mValue->is_generic_array(); } |
| 250 | bool is_object() const FL_NOEXCEPT { return mValue && mValue->is_object(); } |
| 251 | bool is_audio() const FL_NOEXCEPT { return mValue && mValue->is_audio(); } |
| 252 | bool is_bytes() const FL_NOEXCEPT { return mValue && mValue->is_bytes(); } |
| 253 | bool is_floats() const FL_NOEXCEPT { return mValue && mValue->is_floats(); } |
no outgoing calls
no test coverage detected