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

Function getConnections

test/unit/client-tests.js:829–831  ·  view source on GitHub ↗
(length = 1)

Source from the content-addressed store, hash-verified

827}
828
829function getConnections(length = 1) {
830 return Array(length).fill(0).map(() => ({ closeAsync: sinon.spy(() => Promise.resolve()) }));
831}

Callers 1

client-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected