MCPcopy
hub / github.com/ampproject/amphtml / header

Function header

build-system/common/update-session-issues/index.js:547–548  ·  view source on GitHub ↗
(line, underline = /* em-dash */ '\u2014')

Source from the content-addressed store, hash-verified

545 * @return {string}
546 */
547const header = (line, underline = /* em-dash */ '\u2014') =>
548 `\n${line}\n${new Array(line.length).fill(underline).join('')}`;
549
550/**
551 * @param {string} token

Callers 3

getMiddlewareFunction · 0.85
app.jsFile · 0.85
updateDesignReviewIssuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected