Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
357
func
Any(mimeType string, data
interface
{}) Data {
358
return
render(mimeType, data)
359
}
360
361
// same as Any("", data), autodetects MIME type
362
func
Auto(data
interface
{}) Data {
Callers
1
File
Function · 0.85
Calls
1
render
Function · 0.85
Tested by
no test coverage detected