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

Function createLinks

tests/dom_tests/dom_tests.js:298–304  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

296});
297
298const createLinks = function (n) {
299 for (let i = 0, end = n; i < end; i++) {
300 const link = document.createElement("a");
301 link.textContent = "test";
302 document.getElementById("test-div").appendChild(link);
303 }
304};
305
306context("Alphabet link hints", () => {
307 let mode;

Callers 1

dom_tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected