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

Method addSeparator

github-actions/bazel/configure-remote/configure-remote.js:19767–19770  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

19765 }
19766 /**
19767 * Adds an HTML list to the summary buffer
19768 *
19769 * @param {string[]} items list of items to render
19770 * @param {boolean} [ordered=false] (optional) if the rendered list should be ordered or not (default: false)
19771 *
19772 * @returns {Summary} summary instance
19773 */

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected