| 2091 | } |
| 2092 | |
| 2093 | bool Value::operator!=(const Value &other) const { return !(*this == other); } |
| 2094 | |
| 2095 | const char *Value::asCString() const { |
| 2096 | JSON_ASSERT_MESSAGE(type_ == stringValue, |
nothing calls this directly
no outgoing calls
no test coverage detected