Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
427
func
PNG(png []byte) Data {
428
return
MakeData(MIMETypePNG, png)
429
}
430
431
func
SVG(svg string) Data {
432
return
MakeData(MIMETypeSVG, svg)
Callers
nothing calls this directly
Calls
1
MakeData
Function · 0.85
Tested by
no test coverage detected