| 3131 | } |
| 3132 | |
| 3133 | bool Value::operator!=(const Value& other) const { return !(*this == other); } |
| 3134 | |
| 3135 | const char* Value::asCString() const { |
| 3136 | JSON_ASSERT_MESSAGE(type_ == stringValue, |
nothing calls this directly
no outgoing calls
no test coverage detected