MCPcopy Create free account
hub / github.com/angular/dev-infra / addLink

Method addLink

github-actions/browserstack/set-browserstack-env.js:19798–19801  ·  view source on GitHub ↗

* Adds an HTML anchor tag to the summary buffer * * @param {string} text link text/content * @param {string} href hyperlink * * @returns {Summary} summary instance

(text, href)

Source from the content-addressed store, hash-verified

19796 }).join("");
19797 const element = this.wrap("table", tableBody);
19798 return this.addRaw(element).addEOL();
19799 }
19800 /**
19801 * Adds a collapsable HTML details element to the summary buffer
19802 *
19803 * @param {string} label text for the closed state
19804 * @param {string} content collapsable content

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected