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

Method Type

value.go:125–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123type Value interface {
124 String() string
125 Type() Type
126 DeepCopy() Value
127 encode() ([]byte, error)
128 decode([]byte) (Value, error)

Callers 6

ValueEqualFunction · 0.65
ValueSimilarFunction · 0.65
encodeValueMethod · 0.65
TestTagTypeFunction · 0.65
TestValueTypeFunction · 0.65
unpackMethod · 0.65

Implementers 6

Voidvalue.go
Timevalue.go
Resolutionvalue.go
Rangevalue.go
TextWithLangvalue.go
errValueencdec_test.go

Calls

no outgoing calls

Tested by 2

TestTagTypeFunction · 0.52
TestValueTypeFunction · 0.52