MCPcopy Create free account
hub / github.com/Kitware/CMake / INVALID_STRING

Function INVALID_STRING

Source/cmJSONHelpers.cxx:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void INVALID_STRING(Json::Value const* value, cmJSONState* state)
32{
33 JsonErrors::EXPECTED_TYPE("a string")(value, state);
34}
35
36void INVALID_BOOL(Json::Value const* value, cmJSONState* state)
37{

Callers

nothing calls this directly

Calls 1

EXPECTED_TYPEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…