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

Method updateState

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

Source from the content-addressed store, hash-verified

1160 }
1161
1162 override updateState(): void {
1163 const state = this.getCurrentState();
1164 this.container.setState(state);
1165 this.compilerShared.updateState(state);
1166 }
1167
1168 getCompilerName(): string {
1169 return this.compiler ? this.compiler.name : 'No compiler set';

Callers 8

postInitMethod · 0.95
onLibsChangedMethod · 0.95
onFontScaleMethod · 0.95
togglePanelMethod · 0.95
doTypicalOnChangeMethod · 0.95
onCompilerChangeMethod · 0.95
onToggleWrapChangeMethod · 0.95
onLanguageChangeMethod · 0.95

Calls 2

getCurrentStateMethod · 0.95
updateStateMethod · 0.65

Tested by

no test coverage detected