MCPcopy
hub / github.com/gopherdata/gophernotes / JPEG

Function JPEG

display.go:403–405  ·  view source on GitHub ↗
(jpeg []byte)

Source from the content-addressed store, hash-verified

401}
402
403func JPEG(jpeg []byte) Data {
404 return MakeData(MIMETypeJPEG, jpeg)
405}
406
407func JSON(json map[string]interface{}) Data {
408 return MakeData(MIMETypeJSON, json)

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected