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

Method decode

value.go:708–710  ·  view source on GitHub ↗

Decode Binary Value from wire format

(data []byte)

Source from the content-addressed store, hash-verified

706
707// Decode Binary Value from wire format
708func (Binary) decode(data []byte) (Value, error) {
709 return Binary(data), nil
710}
711
712// Collection is the Value that represents collection of attributes
713//

Callers

nothing calls this directly

Calls 1

BinaryTypeAlias · 0.85

Tested by

no test coverage detected