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

Method minToken

lib/tokenizer.js:466–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 minToken() {
467 if (!this._minToken) {
468 this._minToken = this.hash([]);
469 }
470 return this._minToken;
471 }
472
473 _toNumber(buffer, significantBytes) {
474 // Convert a token's byte array to a number in order to perform computations.

Callers 1

splitMethod · 0.95

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected