* The number of pending decode operations.
()
| 43 | * The number of pending decode operations. |
| 44 | */ |
| 45 | get decodeQueueSize() { |
| 46 | return this._decodeQueueSize; |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Event handler called when a decode operation completes and leaves the queue. |
nothing calls this directly
no outgoing calls
no test coverage detected