MCPcopy
hub / github.com/owenthereal/ccat / HtmlPrinter

Struct HtmlPrinter

ccat.go:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type HtmlPrinter struct {
46 ColorPalettes ColorPalettes
47}
48
49func (c HtmlPrinter) Print(r io.Reader, w io.Writer) error {
50 return HtmlPrint(r, w, c.ColorPalettes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected