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

Method canBeWritten

lib/operation-state.js:75–77  ·  view source on GitHub ↗

* Determines if the operation can be written to the wire (when it hasn't been cancelled or it hasn't timed out).

()

Source from the content-addressed store, hash-verified

73 * Determines if the operation can be written to the wire (when it hasn't been cancelled or it hasn't timed out).
74 */
75 canBeWritten() {
76 return this._state === state.init;
77 }
78
79 /**
80 * Determines if the response is going to be yielded by row.

Callers 2

_writeNextMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected