()
| 636 | } |
| 637 | |
| 638 | doNextCompileRequest(): void { |
| 639 | if (this.nextRequest) { |
| 640 | const next = this.nextRequest; |
| 641 | this.nextRequest = null; |
| 642 | this.sendCompile(next); |
| 643 | } |
| 644 | } |
| 645 | |
| 646 | doNextCMakeRequest(): void { |
| 647 | if (this.nextCMakeRequest) { |
no test coverage detected