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

Method parse

lib/tokenizer.js:289–291  ·  view source on GitHub ↗

* Parses a int64 decimal string representation into a MutableLong. * @param {String} value * @returns {Murmur3Token}

(value)

Source from the content-addressed store, hash-verified

287 * @returns {Murmur3Token}
288 */
289 parse(value) {
290 return new token.Murmur3Token(MutableLong.fromString(value));
291 }
292
293 minToken() {
294 if (!this._minToken) {

Callers 3

minTokenMethod · 0.95
maxTokenMethod · 0.95
splitMethod · 0.95

Calls 1

fromStringMethod · 0.80

Tested by

no test coverage detected