* The current state of the decoder.
()
| 36 | * The current state of the decoder. |
| 37 | */ |
| 38 | get state() { |
| 39 | return this._state; |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * The number of pending decode operations. |
nothing calls this directly
no outgoing calls
no test coverage detected