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

Method maxToken

lib/tokenizer.js:399–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 }
398
399 maxToken() {
400 if (!this._maxToken) {
401 this._maxToken = new token.RandomToken(this.maxValue());
402 }
403 return this._maxToken;
404 }
405
406 ringLength() {
407 if (!this._ringLength) {

Callers 1

splitMethod · 0.95

Calls 1

maxValueMethod · 0.95

Tested by

no test coverage detected