MCPcopy Create free account
hub / github.com/segmentio/encoding / Uint

Method Uint

proto/message.go:72–74  ·  view source on GitHub ↗
(v uint)

Source from the content-addressed store, hash-verified

70}
71
72func (f FieldNumber) Uint(v uint) RawMessage {
73 return f.Uint64(uint64(v))
74}
75
76func (f FieldNumber) Uint32(v uint32) RawMessage {
77 return f.Uint64(uint64(v))

Callers 1

ValueMethod · 0.95

Calls 1

Uint64Method · 0.95

Tested by

no test coverage detected