MCPcopy 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

formatCurrentTextMethod · 0.95

Calls 1

getSourceMethod · 0.95

Tested by

no test coverage detected