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

Function INVALID_UINT

Source/cmJSONHelpers.cxx:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void INVALID_UINT(Json::Value const* value, cmJSONState* state)
47{
48 JsonErrors::EXPECTED_TYPE("an unsigned integer")(value, state);
49}
50
51ObjectErrorGenerator INVALID_NAMED_OBJECT(
52 std::function<std::string(Json::Value const*, cmJSONState*)> const&

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…