Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
maxToken
Method · 0.95
ringLength
Method · 0.95
split
Method · 0.95
Calls
1
fromNumber
Method · 0.80
Tested by
no test coverage detected