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

Function stubSettings

tests/dom_tests/dom_tests.js:31–31  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

29const getHintMarkerEls = () => Array.from(document.querySelectorAll(".vimiumHintMarker"));
30
31const stubSettings = (key, value) => stub(Settings._settings, key, value);
32
33HintCoordinator.sendMessage = (name, request) => {
34 if (request == null) {

Callers 2

createGeneralHintTestsFunction · 0.85
dom_tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected