MCPcopy Index your code
hub / github.com/MALSync/MALSync / openCorrectionUi

Method openCorrectionUi

src/pages-sync/syncPage.ts:570–578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568
569 // eslint-disable-next-line consistent-return
570 public openCorrectionUi() {
571 if (this.searchObj) {
572 return this.searchObj.openCorrection().then(rerun => {
573 if (rerun) {
574 this.handlePage();
575 }
576 });
577 }
578 }
579
580 private syncHandling(hoverInfo = false, undo = false) {
581 let p;

Callers 6

syncHandlingMethod · 0.95
incorrectUrlMethod · 0.95
mainFunction · 0.80
messagePageListenerFunction · 0.80
floatClickFunction · 0.80
floatClickFunction · 0.80

Calls 2

handlePageMethod · 0.95
openCorrectionMethod · 0.45

Tested by

no test coverage detected