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

Method WriteSfixed32

proto/binary/binary.go:258–261  ·  view source on GitHub ↗

WriteSfixed32

(value int32)

Source from the content-addressed store, hash-verified

256
257// WriteSfixed32
258func (p *BinaryProtocol) WriteSfixed32(value int32) error {
259 p.Buf = protowire.BinaryEncoder{}.EncodeSfixed32(p.Buf, value)
260 return nil
261}
262
263// WriteInt64
264func (p *BinaryProtocol) WriteInt64(value int64) error {

Callers 3

WriteBaseTypeWithDescMethod · 0.95
marshalMethod · 0.80
OnInt64Method · 0.80

Calls 1

EncodeSfixed32Method · 0.80

Tested by

no test coverage detected