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

Function newHostInstance

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

* @param {Object} options * @returns {Host}

(options)

Source from the content-addressed store, hash-verified

530 * @returns {Host}
531 */
532function newHostInstance(options) {
533 options = utils.extend({logEmitter: function () {}}, options);
534 return new Host('0.0.0.1:9042', 2, options, new Metadata(options, null));
535}
536
537/**
538 * @returns {Connection}

Callers 2

host-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected