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

Method WriteI32

utils/binary/builder.go:189–191  ·  view source on GitHub ↗
(v int32)

Source from the content-addressed store, hash-verified

187}
188
189func (b *Builder) WriteI32(v int32) *Builder {
190 return b.WriteU32(uint32(v))
191}
192
193func (b *Builder) WriteI64(v int64) *Builder {
194 return b.WriteU64(uint64(v))

Callers

nothing calls this directly

Calls 1

WriteU32Method · 0.95

Tested by

no test coverage detected