MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / checkRepeat

Method checkRepeat

src/controller/sync.controller.js:91–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 checkRepeat() {
92 this.syncRunning = false;
93 if (this.repeatSync) {
94 const repeat = this.repeatSync;
95 this.repeatSync = null;
96 this.triggerSync(repeat);
97 }
98 }
99
100 /**
101 * @param {Object} options

Callers 1

triggerSyncMethod · 0.95

Calls 1

triggerSyncMethod · 0.95

Tested by

no test coverage detected