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

Method addBreak

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

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

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected