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

Struct Printer

printer.go:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type Printer struct {
134 ColorPalettes ColorPalettes
135}
136
137func (p Printer) Print(w io.Writer, kind syntaxhighlight.Kind, tokText string) error {
138 c := p.ColorPalettes.Get(kind)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected