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

Method addLink

github-actions/bazel/configure-remote/configure-remote.js:19801–19804  ·  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

19799 }).join("");
19800 const element = this.wrap("table", tableBody);
19801 return this.addRaw(element).addEOL();
19802 }
19803 /**
19804 * Adds a collapsable HTML details element to the summary buffer
19805 *
19806 * @param {string} label text for the closed state
19807 * @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