Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
19
const
html = (strings, ...values) =>
20
joinFragments(Array.from(strings), (string, i) => string + (values[i] ||
''
));
21
22
module.exports = {html, joinFragments};
Callers
15
ExtensionScript
Function · 0.70
AmpState
Function · 0.70
AmpDoc
Function · 0.70
FileListItem
Function · 0.70
FileListHeading
Function · 0.70
FileList
Function · 0.70
template.js
File · 0.70
TopLevelWrap
Function · 0.70
Header
Function · 0.70
renderTemplate
Function · 0.70
proxy-form.js
File · 0.70
settings.js
File · 0.70
Calls
1
joinFragments
Function · 0.85
Tested by
no test coverage detected