MCPcopy 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
2874ValueType Value::type() const {
2875 return static_cast<ValueType>(bits_.value_type_);
2876}
2877
2878int Value::compare(const Value &other) const {
2879 if (*this < other)

Callers 4

operator<Method · 0.80
operator==Method · 0.80
dupPayloadMethod · 0.80
writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected