MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / WriteFixed32

Method WriteFixed32

proto/binary/binary.go:252–255  ·  view source on GitHub ↗

Writefixed32

(value uint32)

Source from the content-addressed store, hash-verified

250
251// Writefixed32
252func (p *BinaryProtocol) WriteFixed32(value uint32) error {
253 p.Buf = protowire.BinaryEncoder{}.EncodeFixed32(p.Buf, value)
254 return nil
255}
256
257// WriteSfixed32
258func (p *BinaryProtocol) WriteSfixed32(value int32) error {

Callers 2

WriteBaseTypeWithDescMethod · 0.95
OnInt64Method · 0.80

Calls 1

EncodeFixed32Method · 0.80

Tested by

no test coverage detected