Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1328
bool
1329
Value::isObject() const
1330
{
1331
return type_ == nullValue || type_ == objectValue;
1332
}
1333
1334
1335
void
Callers
4
parse
Method · 0.80
isMultineArray
Method · 0.80
json_value.cpp
File · 0.80
resolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected