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

Function activateLinkHintsMode

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

Source from the content-addressed store, hash-verified

41};
42
43const activateLinkHintsMode = () => {
44 HintCoordinator.getHintDescriptors({ modeIndex: 0 }, {}, () => {});
45 HintCoordinator.activateMode({
46 frameIdToHintDescriptors: {},
47 modeIndex: 0,
48 originatingFrameId: frameId,
49 });
50 return HintCoordinator.linkHintsMode;
51};
52
53//
54// Generate tests that are common to both default and filtered

Callers 2

createGeneralHintTestsFunction · 0.85
dom_tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected