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

Method WriteInt32

thrift/debug.go:166–170  ·  view source on GitHub ↗
(v int32)

Source from the content-addressed store, hash-verified

164}
165
166func (d *debugWriter) WriteInt32(v int32) error {
167 err := d.w.WriteInt32(v)
168 d.log("WriteInt32", v, err)
169 return err
170}
171
172func (d *debugWriter) WriteInt64(v int64) error {
173 err := d.w.WriteInt64(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteInt32Method · 0.65

Tested by

no test coverage detected