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

Method minToken

lib/tokenizer.js:385–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383 }
384
385 minToken() {
386 if (!this._minToken) {
387 this._minToken = this.parse('-1');
388 }
389 return this._minToken;
390 }
391
392 maxValue() {
393 if (!this._maxValue) {

Callers 1

splitMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected