MCPcopy Create free account
hub / github.com/dillo-browser/dillo / compareTo

Method compareTo

lout/object.cc:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210int Integer::compareTo(Comparable *other)
211{
212 return value - ((Integer*)other)->value;
213}
214
215// -------------
216// Boolean

Callers 1

compareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected