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

Function Any

display.go:357–359  ·  view source on GitHub ↗
(mimeType string, data interface{})

Source from the content-addressed store, hash-verified

355}
356
357func Any(mimeType string, data interface{}) Data {
358 return render(mimeType, data)
359}
360
361// same as Any("", data), autodetects MIME type
362func Auto(data interface{}) Data {

Callers 1

FileFunction · 0.85

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected