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

Method maxToken

lib/tokenizer.js:301–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 maxToken() {
302 if (!this._maxToken) {
303 this._maxToken = this.parse('9223372036854775807');
304 }
305 return this._maxToken;
306 }
307
308 maxValue() {
309 if (!this._maxValue) {

Callers 1

splitMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected