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

Function getOptions

test/unit/client-tests.js:807–809  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

805}
806
807function getOptions(options) {
808 return clientOptions.extend({ contactPoints: ['hostip1']}, options);
809}
810
811function newProfileManager(options) {
812 return new ProfileManager(getOptions(options));

Callers 2

client-tests.jsFile · 0.70
newProfileManagerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected