MCPcopy Index your code
hub / github.com/philc/vimium / updateKeyState

Function updateKeyState

content_scripts/link_hints.js:275–277  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

273
274 // The following messages are exchanged between frames while link-hints mode is active.
275 updateKeyState(request) {
276 this.linkHintsMode.updateKeyState(request);
277 },
278 rotateHints() {
279 this.linkHintsMode.rotateHints();
280 },

Callers

nothing calls this directly

Calls 1

updateKeyStateMethod · 0.80

Tested by

no test coverage detected