MCPcopy Create free account
hub / github.com/cuberite/cuberite / isObject

Method isObject

lib/jsoncpp/src/lib_json/json_value.cpp:1328–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326
1327
1328bool
1329Value::isObject() const
1330{
1331 return type_ == nullValue || type_ == objectValue;
1332}
1333
1334
1335void

Callers 4

parseMethod · 0.80
isMultineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected