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

Function token

test/unit/metadata-tests.js:2623–2625  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2621}
2622
2623function token(val) {
2624 return new Murmur3Token(MutableLong.fromNumber(val));
2625}
2626
2627function stringifyDefault(v) {
2628 return v.getValue().toString();

Callers 2

metadata-tests.jsFile · 0.85
expectRangesFunction · 0.85

Calls 1

fromNumberMethod · 0.80

Tested by

no test coverage detected