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