MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / WriteI16

Method WriteI16

utils/binary/builder.go:185–187  ·  view source on GitHub ↗
(v int16)

Source from the content-addressed store, hash-verified

183}
184
185func (b *Builder) WriteI16(v int16) *Builder {
186 return b.WriteU16(uint16(v))
187}
188
189func (b *Builder) WriteI32(v int32) *Builder {
190 return b.WriteU32(uint32(v))

Callers

nothing calls this directly

Calls 1

WriteU16Method · 0.95

Tested by

no test coverage detected