(type, chunk)
| 96 | } |
| 97 | |
| 98 | #continueDecodeTypeValue(type, chunk) { |
| 99 | this.#next = undefined; |
| 100 | return this.#decodeTypeValue(type, chunk); |
| 101 | } |
| 102 | |
| 103 | #decodeTypeValue(type, chunk) { |
| 104 | switch (type) { |
nothing calls this directly
no test coverage detected