Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ type
Method
type
external/jsoncpp/jsoncpp.cpp:2874–2876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2872
}
2873
2874
ValueType Value::type() const {
2875
return static_cast<ValueType>(bits_.value_type_);
2876
}
2877
2878
int Value::compare(const Value &other) const {
2879
if (*this < other)
Callers
4
operator<
Method · 0.80
operator==
Method · 0.80
dupPayload
Method · 0.80
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected