* The current state of the decode.
()
| 56 | * The current state of the decode. |
| 57 | */ |
| 58 | get state() { |
| 59 | return this._state; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * The number of pending decode operations. |
nothing calls this directly
no outgoing calls
no test coverage detected