Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compiler-explorer/compiler-explorer
/ doesMatchEditor
Method
doesMatchEditor
static/panes/editor.ts:1136–1138 ·
view source on GitHub ↗
(otherSource?: string)
Source
from the content-addressed store, hash-verified
1134
}
1135
1136
doesMatchEditor(otherSource?: string): boolean {
1137
return
otherSource === this.getSource();
1138
}
1139
1140
confirmOverwrite(yes: () => void): void {
1141
this.alertSystem.ask(
Callers
1
formatCurrentText
Method · 0.95
Calls
1
getSource
Method · 0.95
Tested by
no test coverage detected