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

Function getHintMarkerEls

tests/dom_tests/dom_tests.js:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27// Retrieve the hint markers as an array object.
28//
29const getHintMarkerEls = () => Array.from(document.querySelectorAll(".vimiumHintMarker"));
30
31const stubSettings = (key, value) => stub(Settings._settings, key, value);
32

Callers 2

createGeneralHintTestsFunction · 0.85
dom_tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected