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

Function newProfileManager

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

Source from the content-addressed store, hash-verified

809}
810
811function newProfileManager(options) {
812 return new ProfileManager(getOptions(options));
813}
814
815function newConnectedInstance(requestHandlerMock, options, prepareHandlerMock) {
816 const Client = proxyquire('../../lib/client', {

Callers 1

ControlConnectionMockFunction · 0.85

Calls 1

getOptionsFunction · 0.70

Tested by

no test coverage detected