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

Function toFunc

test/unit/load-balancing-tests.js:626–628  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

624}
625
626function toFunc(val) {
627 return (() => val);
628}
629
630function getExecOptions(options) {
631 const result = ExecutionOptions.empty();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected