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

Function newInstance

test/integration/short/client-batch-tests.js:610–612  ·  view source on GitHub ↗

* @returns {Client}

(options)

Source from the content-addressed store, hash-verified

608 * @returns {Client}
609 */
610function newInstance(options) {
611 return helper.shutdownAfterThisTest(new Client(utils.deepExtend({}, helper.baseOptions, options)));
612}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected