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

Function INVALID_BOOL

Source/cmJSONHelpers.cxx:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void INVALID_BOOL(Json::Value const* value, cmJSONState* state)
37{
38 JsonErrors::EXPECTED_TYPE("a bool")(value, state);
39}
40
41void INVALID_INT(Json::Value const* value, cmJSONState* state)
42{

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…