| 29 | } |
| 30 | |
| 31 | void INVALID_STRING(Json::Value const* value, cmJSONState* state) |
| 32 | { |
| 33 | JsonErrors::EXPECTED_TYPE("a string")(value, state); |
| 34 | } |
| 35 | |
| 36 | void INVALID_BOOL(Json::Value const* value, cmJSONState* state) |
| 37 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…