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

Method WriteI8

utils/binary/builder.go:181–183  ·  view source on GitHub ↗
(v int8)

Source from the content-addressed store, hash-verified

179}
180
181func (b *Builder) WriteI8(v int8) *Builder {
182 return b.WriteU8(byte(v))
183}
184
185func (b *Builder) WriteI16(v int16) *Builder {
186 return b.WriteU16(uint16(v))

Callers 1

T166Function · 0.80

Calls 1

WriteU8Method · 0.95

Tested by

no test coverage detected