(options)
| 357 | #buffer = new Uint8Array(1024); |
| 358 | |
| 359 | constructor(options) { |
| 360 | this.#epd.setTargetMemoryAddress(this.#epd._tar_memaddr); |
| 361 | } |
| 362 | close() { |
| 363 | this.#epd?.close(); |
| 364 | this.#epd = undefined; |
nothing calls this directly
no test coverage detected