MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / HTML

Function HTML

display.go:395–397  ·  view source on GitHub ↗
(html string)

Source from the content-addressed store, hash-verified

393}
394
395func HTML(html string) Data {
396 return MakeData(MIMETypeHTML, html)
397}
398
399func JavaScript(javascript string) Data {
400 return MakeData(MIMETypeJavaScript, javascript)

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected