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

Function newInstance

test/integration/short/client-stream-tests.js:369–371  ·  view source on GitHub ↗

* @returns {Client}

(options)

Source from the content-addressed store, hash-verified

367 * @returns {Client}
368 */
369function newInstance(options) {
370 return helper.shutdownAfterThisTest(new Client(utils.deepExtend({}, helper.baseOptions, options)));
371}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected