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

Function getExecOptions

test/unit/connection-tests.js:300–304  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

298}
299
300function getExecOptions(options) {
301 const result = ExecutionOptions.empty();
302 result.getReadTimeout = () => options.readTimeout;
303 return result;
304}
305
306class BaseSocketMock extends EventEmitter {
307 connect(p, a, cb) {

Callers 1

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected