Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
423
func
PDF(pdf []byte) Data {
424
return
MakeData(MIMETypePDF, pdf)
425
}
426
427
func
PNG(png []byte) Data {
428
return
MakeData(MIMETypePNG, png)
Callers
nothing calls this directly
Calls
1
MakeData
Function · 0.85
Tested by
no test coverage detected