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

Function getExecOptions

test/unit/load-balancing-tests.js:630–634  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

628}
629
630function getExecOptions(options) {
631 const result = ExecutionOptions.empty();
632 result.getRoutingKey = () => options.routingKey;
633 return result;
634}

Callers 1

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected