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

Method Decode

message.go:230–232  ·  view source on GitHub ↗

Decode reads message from io.Reader

(in io.Reader)

Source from the content-addressed store, hash-verified

228
229// Decode reads message from io.Reader
230func (m *Message) Decode(in io.Reader) error {
231 return m.DecodeEx(in, DecoderOptions{})
232}
233
234// DecodeEx reads message from io.Reader
235//

Callers 1

DecodeBytesMethod · 0.95

Calls 1

DecodeExMethod · 0.95

Tested by

no test coverage detected