Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/unrolled/render
/ Data
Struct
Data
engine.go:24–26 ·
view source on GitHub ↗
Data built-in renderer.
Source
from the content-addressed store, hash-verified
22
23
// Data built-in renderer.
24
type
Data
struct
{
25
Head
26
}
27
28
// HTML built-in renderer.
29
type
HTML
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected