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

Method minToken

lib/tokenizer.js:293–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 }
292
293 minToken() {
294 if (!this._minToken) {
295 // minimum long value.
296 this._minToken = this.parse('-9223372036854775808');
297 }
298 return this._minToken;
299 }
300
301 maxToken() {
302 if (!this._maxToken) {

Callers 1

splitMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected