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

Function newHostConnectionPoolInstance

test/unit/host-tests.js:523–526  ·  view source on GitHub ↗

* @returns {HostConnectionPool}

(options)

Source from the content-addressed store, hash-verified

521 * @returns {HostConnectionPool}
522 */
523function newHostConnectionPoolInstance(options) {
524 options = utils.extend({ logEmitter: function () {} }, defaultOptions, options);
525 return new HostConnectionPool(newHostInstance(options), 2);
526}
527
528/**
529 * @param {Object} options

Callers 1

host-tests.jsFile · 0.85

Calls 1

newHostInstanceFunction · 0.85

Tested by

no test coverage detected