MCPcopy
hub / github.com/openacid/slim / I64

Struct I64

encode/int.go:168–168  ·  view source on GitHub ↗

I64 converts int64 to slice of 8 bytes and back.

Source from the content-addressed store, hash-verified

166
167// I64 converts int64 to slice of 8 bytes and back.
168type I64 struct{}
169
170// Encode converts int64 to slice of 8 bytes.
171func (c I64) Encode(d interface{}) []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected