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

Function PDF

display.go:423–425  ·  view source on GitHub ↗
(pdf []byte)

Source from the content-addressed store, hash-verified

421}
422
423func PDF(pdf []byte) Data {
424 return MakeData(MIMETypePDF, pdf)
425}
426
427func PNG(png []byte) Data {
428 return MakeData(MIMETypePNG, png)

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected