* Determines if the operation can be written to the wire (when it hasn't been cancelled or it hasn't timed out).
()
| 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. |
no outgoing calls
no test coverage detected