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

Function html

build-system/server/app-index/html.js:19–20  ·  view source on GitHub ↗
(strings, ...values)

Source from the content-addressed store, hash-verified

17 * @return {string}
18 */
19const html = (strings, ...values) =>
20 joinFragments(Array.from(strings), (string, i) => string + (values[i] || ''));
21
22module.exports = {html, joinFragments};

Callers 15

ExtensionScriptFunction · 0.70
AmpStateFunction · 0.70
AmpDocFunction · 0.70
FileListItemFunction · 0.70
FileListHeadingFunction · 0.70
FileListFunction · 0.70
template.jsFile · 0.70
TopLevelWrapFunction · 0.70
HeaderFunction · 0.70
renderTemplateFunction · 0.70
proxy-form.jsFile · 0.70
settings.jsFile · 0.70

Calls 1

joinFragmentsFunction · 0.85

Tested by

no test coverage detected