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

TypeAlias Binary

value.go:685–685  ·  view source on GitHub ↗

Binary is the Value that represents a raw binary data

Source from the content-addressed store, hash-verified

683
684// Binary is the Value that represents a raw binary data
685type Binary []byte
686
687// String converts Binary value to string
688func (v Binary) String() string {

Callers 7

value.goFile · 0.85
decodeMethod · 0.85
TestValueTypeFunction · 0.85
TestValueEqualSimilarFunction · 0.85
TestValuesEqualSimilarFunction · 0.85
unpackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected