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

Function PNG

display.go:427–429  ·  view source on GitHub ↗
(png []byte)

Source from the content-addressed store, hash-verified

425}
426
427func PNG(png []byte) Data {
428 return MakeData(MIMETypePNG, png)
429}
430
431func SVG(svg string) Data {
432 return MakeData(MIMETypeSVG, svg)

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected