MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / doNextCompileRequest

Method doNextCompileRequest

static/panes/executor.ts:638–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

onCompileResponseMethod · 0.95

Calls 1

sendCompileMethod · 0.95

Tested by

no test coverage detected