MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / updateCompilerUI

Method updateCompilerUI

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

Source from the content-addressed store, hash-verified

1091 }
1092
1093 updateCompilerUI(): void {
1094 this.updateCompilerInfo();
1095 // Resize in case the new compiler name is too big
1096 this.resize();
1097 }
1098
1099 async onCompilerChange(value: string): Promise<void> {
1100 this.compiler = await this.hub.compilerService.findCompiler(this.currentLangId, value);

Callers 2

onCompilerChangeMethod · 0.95
onLanguageChangeMethod · 0.95

Calls 2

updateCompilerInfoMethod · 0.95
resizeMethod · 0.95

Tested by

no test coverage detected