(stub)
| 544 | } |
| 545 | } |
| 546 | async deployStub(stub) { |
| 547 | await this.downloadToMemory(stub.text, stub.text_start); |
| 548 | await this.downloadToMemory(stub.data, stub.data_start, stub.entry); |
| 549 | this.#statusSize = 2; |
| 550 | } |
| 551 | async getReply(timeout = 1000, wait = false) { |
| 552 | let received; |
| 553 | const end = Date.now() + timeout; |
no test coverage detected