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

Method WriteU64

utils/binary/builder.go:177–179  ·  view source on GitHub ↗
(v uint64)

Source from the content-addressed store, hash-verified

175}
176
177func (b *Builder) WriteU64(v uint64) *Builder {
178 return writeint(b, v)
179}
180
181func (b *Builder) WriteI8(v int8) *Builder {
182 return b.WriteU8(byte(v))

Callers 5

WritePacketBytesMethod · 0.95
WriteI64Method · 0.95
WriteDoubleMethod · 0.95
FetchQRCodeMethod · 0.80
GetQRCodeResultMethod · 0.80

Calls 1

writeintFunction · 0.85

Tested by

no test coverage detected