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

TypeAlias Integer

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

Integer is the Value that represents 32-bit signed int Use with: TagInteger, TagEnum

Source from the content-addressed store, hash-verified

243//
244// Use with: TagInteger, TagEnum
245type Integer int32
246
247// String converts Integer value to string
248func (v Integer) String() string { return fmt.Sprintf("%d", int32(v)) }

Callers 15

TestFmtAttributeFunction · 0.85
TestMakeAttributeFunction · 0.85
TestAttributesCopyFunction · 0.85
TestAttributeUnpackFunction · 0.85
value.goFile · 0.85
decodeMethod · 0.85
TestNewMessageWithGroupsFunction · 0.85
TestMessageAttrGroupsFunction · 0.85
TestMessageEqualSimilarFunction · 0.85
TestMessageResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected