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

Method FmtResponse

formatter.go:102–104  ·  view source on GitHub ↗

FmtResponse formats a response [Message].

(msg *Message)

Source from the content-addressed store, hash-verified

100
101// FmtResponse formats a response [Message].
102func (f *Formatter) FmtResponse(msg *Message) {
103 f.fmtMessage(msg, false)
104}
105
106// fmtMessage formats a request or response Message.
107func (f *Formatter) fmtMessage(msg *Message, request bool) {

Callers 2

TestFmtRequestResponseFunction · 0.95
PrintMethod · 0.95

Calls 1

fmtMessageMethod · 0.95

Tested by 1

TestFmtRequestResponseFunction · 0.76