| 3483 | } |
| 3484 | |
| 3485 | bool Value::isValidIndex(ArrayIndex index) const { return index < size(); } |
| 3486 | |
| 3487 | Value const *Value::find(char const *begin, char const *end) const { |
| 3488 | JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue, |
no outgoing calls
no test coverage detected