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

Method minValue

lib/tokenizer.js:315–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 minValue() {
316 if (!this._minValue) {
317 this._minValue = Integer.fromString('-9223372036854775808');
318 }
319 return this._minValue;
320 }
321
322 ringLength() {
323 if (!this._ringLength) {

Callers 1

ringLengthMethod · 0.95

Calls 1

fromStringMethod · 0.80

Tested by

no test coverage detected