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

Method WriteInt16

thrift/debug.go:160–164  ·  view source on GitHub ↗
(v int16)

Source from the content-addressed store, hash-verified

158}
159
160func (d *debugWriter) WriteInt16(v int16) error {
161 err := d.w.WriteInt16(v)
162 d.log("WriteInt16", v, err)
163 return err
164}
165
166func (d *debugWriter) WriteInt32(v int32) error {
167 err := d.w.WriteInt32(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteInt16Method · 0.65

Tested by

no test coverage detected