Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ maxValue
Method
maxValue
lib/tokenizer.js:308–313 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
maxValue() {
309
if
(!this._maxValue) {
310
this._maxValue = Integer.fromString(
'9223372036854775807'
);
311
}
312
return
this._maxValue;
313
}
314
315
minValue() {
316
if
(!this._minValue) {
Callers
2
ringLength
Method · 0.95
split
Method · 0.95
Calls
1
fromString
Method · 0.80
Tested by
no test coverage detected