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

Method onRequestCompilation

static/panes/executor.ts:1072–1076  ·  view source on GitHub ↗
(editorId: number | boolean, treeId: number | boolean)

Source from the content-addressed store, hash-verified

1070 }
1071
1072 onRequestCompilation(editorId: number | boolean, treeId: number | boolean): void {
1073 if (editorId === this.sourceEditorId || (treeId && treeId === this.sourceTreeId)) {
1074 this.compile();
1075 }
1076 }
1077
1078 updateCompilerInfo(): void {
1079 this.updateCompilerName();

Callers

nothing calls this directly

Calls 1

compileMethod · 0.95

Tested by

no test coverage detected