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

Method u64

internal/proto/dynamic.go:119–121  ·  view source on GitHub ↗
(v uint64)

Source from the content-addressed store, hash-verified

117}
118
119func (en *encoder) u64(v uint64) {
120 en.buf = binary.LittleEndian.AppendUint64(en.buf, v)
121}

Callers 1

EncodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected