MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / type

Method type

Sources/Dependencies/jsoncpp/value.cpp:484–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 }
483
484 ValueType Value::type() const {
485 return static_cast<ValueType>(bits_.value_type_);
486 }
487
488 int Value::compare(const Value& other) const {
489 if (*this < other)

Callers 4

operator<Method · 0.45
operator==Method · 0.45
dupPayloadMethod · 0.45
writeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected