Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
610
function
newInstance(options) {
611
return
helper.shutdownAfterThisTest(
new
Client(utils.deepExtend({}, helper.baseOptions, options)));
612
}
Callers
1
client-batch-tests.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected