MCPcopy
hub / github.com/philc/vimium / resetExitTimer

Method resetExitTimer

content_scripts/link_hints.js:1508–1511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1506 this.timer = Utils.setTimeout(delay, () => this.exit());
1507
1508 const resetExitTimer = () => {
1509 clearTimeout(this.timer);
1510 this.timer = Utils.setTimeout(delay, () => this.exit());
1511 };
1512
1513 this.onExit(() => callback(true)); // true -> isSuccess.
1514 }

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected