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

Method maxValue

lib/tokenizer.js:392–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 }
391
392 maxValue() {
393 if (!this._maxValue) {
394 this._maxValue = Integer.fromNumber(Math.pow(2, 127));
395 }
396 return this._maxValue;
397 }
398
399 maxToken() {
400 if (!this._maxToken) {

Callers 3

maxTokenMethod · 0.95
ringLengthMethod · 0.95
splitMethod · 0.95

Calls 1

fromNumberMethod · 0.80

Tested by

no test coverage detected