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

Function newInstance

test/integration/short/metadata-tests.js:1482–1484  ·  view source on GitHub ↗

@returns {Client}

(options)

Source from the content-addressed store, hash-verified

1480
1481/** @returns {Client} */
1482function newInstance(options) {
1483 return helper.shutdownAfterThisTest(new Client(utils.deepExtend({}, helper.baseOptions, options)));
1484}

Callers 1

metadata-tests.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected