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

Method wasCancelled

lib/request-execution.js:280–282  ·  view source on GitHub ↗

* Determines if the current execution was cancelled.

()

Source from the content-addressed store, hash-verified

278 * Determines if the current execution was cancelled.
279 */
280 wasCancelled() {
281 return this._cancelled;
282 }
283
284 _handleError(errorCode, err) {
285 this._parent.triedHosts[this._host.address] = err;

Callers 1

_startNewExecutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected