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

Method setPassKeys

content_scripts/mode_key_handler.js:19–22  ·  view source on GitHub ↗
(passKeys)

Source from the content-addressed store, hash-verified

17 this.reset();
18 }
19 setPassKeys(passKeys) {
20 this.passKeys = passKeys;
21 this.reset();
22 }
23
24 // Only for tests.
25 setCommandHandler(commandHandler) {

Callers 2

checkIfEnabledForUrlFunction · 0.80
initializeModeStateFunction · 0.80

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected