MCPcopy Create free account
hub / github.com/cinder/Cinder / type

Method type

src/jsoncpp/jsoncpp.cpp:1918–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1916}
1917
1918ValueType Value::type() const { return type_; }
1919
1920int Value::compare(const Value& other) const {
1921 if (*this < other)

Callers 3

touchesBeganMethod · 0.45
writeValueMethod · 0.45
parseItemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected