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

Method addBreak

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

* Adds an HTML line break ( ) to the summary buffer * * @returns {Summary} summary instance

()

Source from the content-addressed store, hash-verified

19771 addList(items, ordered = false) {
19772 const tag = ordered ? "ol" : "ul";
19773 const listItems = items.map((item) => this.wrap("li", item)).join("");
19774 const element = this.wrap(tag, listItems);
19775 return this.addRaw(element).addEOL();
19776 }
19777 /**
19778 * Adds an HTML table to the summary buffer
19779 *

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected