Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ minValue
Method
minValue
lib/tokenizer.js:315–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
}
314
315
minValue() {
316
if
(!this._minValue) {
317
this._minValue = Integer.fromString(
'-9223372036854775808'
);
318
}
319
return
this._minValue;
320
}
321
322
ringLength() {
323
if
(!this._ringLength) {
Callers
1
ringLength
Method · 0.95
Calls
1
fromString
Method · 0.80
Tested by
no test coverage detected