* The number of pending decode operations.
()
| 63 | * The number of pending decode operations. |
| 64 | */ |
| 65 | get decodeQueueSize() { |
| 66 | return this._decodeQueueSize; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Event handler called when a decode operation completes and leaves the queue. |
nothing calls this directly
no outgoing calls
no test coverage detected