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

Function newInstance

test/integration/short/graph/graph-tests.js:1179–1184  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1177}
1178
1179function newInstance(options) {
1180 const opts = helper.getOptions(utils.extend(options || {}, { graphOptions : { name: 'name1' }}));
1181 const client = new Client(opts);
1182 helper.shutdownAfterThisTest(client);
1183 return client;
1184}

Callers 2

graph-tests.jsFile · 0.70
wrapClientFunction · 0.70

Calls 1

getOptionsMethod · 0.65

Tested by

no test coverage detected