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

Method start

lib/request-execution.js:105–107  ·  view source on GitHub ↗

* Sends the request using the active connection.

()

Source from the content-addressed store, hash-verified

103 * Sends the request using the active connection.
104 */
105 start() {
106 this._sendOnConnection();
107 }
108
109 /**
110 * Borrows the next connection available using the query plan and sends the request.

Callers 15

_startNewExecutionMethod · 0.95
test-helper.jsFile · 0.80
simulacron.jsFile · 0.80
event-tests.jsFile · 0.80
udf-tests.jsFile · 0.80
ssl-tests.jsFile · 0.80

Calls 1

_sendOnConnectionMethod · 0.95

Tested by

no test coverage detected