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

Method updateVisibleMarkers

content_scripts/link_hints.js:583–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 }
582
583 updateVisibleMarkers() {
584 const { hintKeystrokeQueue, linkTextKeystrokeQueue } = this.markerMatcher;
585 return HintCoordinator.sendMessage("updateKeyState", {
586 hintKeystrokeQueue,
587 linkTextKeystrokeQueue,
588 tabCount: this.tabCount,
589 });
590 }
591
592 updateKeyState({ hintKeystrokeQueue, linkTextKeystrokeQueue, tabCount }) {
593 Object.assign(this.markerMatcher, { hintKeystrokeQueue, linkTextKeystrokeQueue });

Callers 1

onKeyDownInModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected