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

Function SVG

display.go:431–433  ·  view source on GitHub ↗
(svg string)

Source from the content-addressed store, hash-verified

429}
430
431func SVG(svg string) Data {
432 return MakeData(MIMETypeSVG, svg)
433}
434
435// MIME encapsulates the data and metadata into a Data.
436// The 'data' map is expected to contain at least one {key,value} pair,

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected