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

Method parse

lib/tokenizer.js:462–464  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

460 }
461
462 parse(value) {
463 return this.hash(utils.allocBufferFromString(value, 'hex'));
464 }
465
466 minToken() {
467 if (!this._minToken) {

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected