MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / equals

Method equals

lib/token.js:65–67  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

63 }
64
65 equals(other) {
66 return this.compare(other) === 0;
67 }
68
69 inspect() {
70 return this.constructor.name + ' { ' + this.toString() + ' }';

Callers

nothing calls this directly

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected