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

Struct I8

encode/int8.go:4–4  ·  view source on GitHub ↗

I8 converts int8 to slice of 1 byte and back.

Source from the content-addressed store, hash-verified

2
3// I8 converts int8 to slice of 1 byte and back.
4type I8 struct{}
5
6// Encode converts int8 to slice of 1 byte.
7func (c I8) Encode(d interface{}) []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected