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

Method openCorrectionCheck

src/_provider/Search/vueSearchClass.ts:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 protected vueInstance;
10
11 public openCorrectionCheck() {
12 if (this.state && this.state.similarity && this.state.similarity.same) {
13 con.log('similarity', this.state.similarity.value);
14 return false;
15 }
16 return this.openCorrection(true)!.then(() => {
17 return this.changed;
18 });
19 }
20
21 public openCorrection(syncMode = false): Promise<boolean> {
22 return new Promise((resolve, reject) => {

Callers 3

handlePageMethod · 0.80
fillUIMethod · 0.80
buttonclickMethod · 0.80

Calls 1

openCorrectionMethod · 0.95

Tested by

no test coverage detected