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

Method String

formatter.go:63–65  ·  view source on GitHub ↗

String returns formatted text as a string.

()

Source from the content-addressed store, hash-verified

61
62// String returns formatted text as a string.
63func (f *Formatter) String() string {
64 return f.buf.String()
65}
66
67// WriteTo writes formatted text to w.
68// It implements [io.WriterTo] interface.

Callers 3

TestFmtAttributeFunction · 0.95
TestFmtRequestResponseFunction · 0.95
TestFmtBytesFunction · 0.95

Calls 1

StringMethod · 0.65

Tested by 3

TestFmtAttributeFunction · 0.76
TestFmtRequestResponseFunction · 0.76
TestFmtBytesFunction · 0.76