Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Fixed32
Method
Fixed32
proto/message.go:84–86 ·
view source on GitHub ↗
(v uint32)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(f FieldNumber) Fixed32(v uint32) RawMessage {
85
return
AppendFixed32(nil, f, v)
86
}
87
88
func
(f FieldNumber) Fixed64(v uint64) RawMessage {
89
return
AppendFixed64(nil, f, v)
Callers
1
Float32
Method · 0.95
Calls
1
AppendFixed32
Function · 0.85
Tested by
no test coverage detected