Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
630
function
getExecOptions(options) {
631
const
result = ExecutionOptions.empty();
632
result.getRoutingKey = () => options.routingKey;
633
return
result;
634
}
Callers
1
load-balancing-tests.js
File · 0.70
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected