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

Method initializeDefaults

static/panes/editor.ts:186–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 override initializeDefaults(): void {
187 this.ourCompilers = {};
188 this.ourExecutors = {};
189 this.asmByCompiler = {};
190 this.defaultFileByCompiler = {};
191 this.busyCompilers = {};
192 this.treeCompilers = {};
193
194 this.decorations = {};
195 this.prevDecorations = [];
196 this.extraDecorations = [];
197
198 this.fadeTimeoutId = null;
199
200 this.editorSourceByLang = {};
201
202 this.awaitingInitialResults = false;
203
204 this.revealJumpStack = [];
205 }
206
207 override getInitialHTML(): string {
208 return $('#codeEditor').html();

Callers 1

constructorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected