()
| 272 | ); |
| 273 | if (typeof bytes === "bigint") { |
| 274 | let releaseLock: ReleaseLock = () => {}; |
| 275 | const lock = new Promise((x) => releaseLock = x); |
| 276 | return [ |
| 277 | new CborByteDecodedStream(this.#readGen(bytes), releaseLock), |
no outgoing calls
no test coverage detected