Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ getInitialHTML
Method
getInitialHTML
static/panes/diff.ts:396–398 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
394
}
395
396
override getInitialHTML() {
397
return
$(
'#diff'
).html();
398
}
399
400
override createEditor(editorRoot: HTMLElement) {
401
this.editor = monaco.editor.createDiffEditor(editorRoot, {
Callers
1
constructor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected