Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
(f FieldNumber) Uint(v uint) RawMessage {
73
return
f.Uint64(uint64(v))
74
}
75
76
func
(f FieldNumber) Uint32(v uint32) RawMessage {
77
return
f.Uint64(uint64(v))
Callers
1
Value
Method · 0.95
Calls
1
Uint64
Method · 0.95
Tested by
no test coverage detected