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

Method addDetails

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

* Adds a collapsable HTML details element to the summary buffer * * @param {string} label text for the closed state * @param {string} content collapsable content * * @returns {Summary} summary instance

(label, content)

Source from the content-addressed store, hash-verified

19724 * @returns {Summary} summary instance
19725 */
19726 emptyBuffer() {
19727 this._buffer = "";
19728 return this;
19729 }
19730 /**
19731 * Adds raw text to the summary buffer
19732 *

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected