Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ isObject
Method
isObject
Sources/Dependencies/jsoncpp/value.cpp:1570–1572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1568
}
1569
1570
bool Value::isObject() const {
1571
return type() == objectValue;
1572
}
1573
1574
Value::Comments::Comments(const Comments& that)
1575
: ptr_ { cloneUnique(that.ptr_) } {
Callers
6
value.cpp
File · 0.80
resolve
Method · 0.80
isMultilineArray
Method · 0.80
parse
Method · 0.80
RequestMetadata
Method · 0.80
ProcessInboundFrame
Method · 0.80
Calls
1
type
Class · 0.85
Tested by
no test coverage detected