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

Method initializeCompilerInfo

static/panes/editor.ts:177–184  ·  view source on GitHub ↗
(state: PaneState)

Source from the content-addressed store, hash-verified

175 }
176
177 override initializeCompilerInfo(state: PaneState) {
178 this.compilerInfo = {
179 compilerId: 0,
180 compilerName: '',
181 editorId: 0,
182 treeId: 0,
183 };
184 }
185
186 override initializeDefaults(): void {
187 this.ourCompilers = {};

Callers 1

constructorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected