MCPcopy
hub / github.com/golang/tools / HTML

Struct HTML

present/html.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type HTML struct {
32 Cmd string // original command from present source
33 template.HTML
34}
35
36func (s HTML) PresentCmd() string { return s.Cmd }
37func (s HTML) TemplateName() string { return "html" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected