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

Method stringify

lib/tokenizer.js:458–460  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

456 }
457
458 stringify(token) {
459 return token.getValue().toString('hex');
460 }
461
462 parse(value) {
463 return this.hash(utils.allocBufferFromString(value, 'hex'));

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected