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

Method WriteI64

utils/binary/builder.go:193–195  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

191}
192
193func (b *Builder) WriteI64(v int64) *Builder {
194 return b.WriteU64(uint64(v))
195}
196
197func (b *Builder) WriteFloat(v float32) *Builder {
198 return b.WriteU32(math.Float32bits(v))

Callers

nothing calls this directly

Calls 1

WriteU64Method · 0.95

Tested by

no test coverage detected