MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / WriteTo

Method WriteTo

formatter.go:69–71  ·  view source on GitHub ↗

WriteTo writes formatted text to w. It implements [io.WriterTo] interface.

(w io.Writer)

Source from the content-addressed store, hash-verified

67// WriteTo writes formatted text to w.
68// It implements [io.WriterTo] interface.
69func (f *Formatter) WriteTo(w io.Writer) (int64, error) {
70 return f.buf.WriteTo(w)
71}
72
73// Printf writes formatted line into the [Formatter], automatically
74// indented and with added newline at the end.

Callers 1

PrintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected