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

Method startupCallback

lib/connection.js:295–301  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

293 });
294
295 function startupCallback(err) {
296 if (err) {
297 return self.errorConnecting(err, false, callback);
298 }
299 //The socket is connected and the connection is authenticated
300 return self.connectionReady(callback);
301 }
302 }
303
304 errorConnecting(err, destroy, callback) {

Callers

nothing calls this directly

Calls 2

errorConnectingMethod · 0.80
connectionReadyMethod · 0.80

Tested by

no test coverage detected