MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / type

Method type

common/json/jsoncpp.cpp:2980–2980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2978}
2979
2980ValueType Value::type() const { return type_; }
2981
2982int Value::compare(const Value& other) const {
2983 if (*this < other)

Callers 15

diagnosticsMethod · 0.45
hashFunction · 0.45
json.hppFile · 0.45
containsFunction · 0.45
write_bsonMethod · 0.45
write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45
write_bson_elementMethod · 0.45
ubjson_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected