MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / getHtml

Function getHtml

javascript/example_code/s3/s3_PhotoViewer.js:35–37  ·  view source on GitHub ↗
(template)

Source from the content-addressed store, hash-verified

33
34// A utility function to create HTML.
35function getHtml(template) {
36 return template.join("\n");
37}
38// snippet-end:[s3.JavaScript.s3_PhotoViewer.config]
39
40//

Callers 4

listAlbumsFunction · 0.85
viewAlbumFunction · 0.85
listAlbumsFunction · 0.85
viewAlbumFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected