MCPcopy Create free account
hub / github.com/distributedio/titan / ObjectEncoding

TypeAlias ObjectEncoding

db/object.go:15–15  ·  view source on GitHub ↗

ObjectEncoding is the encoding type of an object

Source from the content-addressed store, hash-verified

13
14// ObjectEncoding is the encoding type of an object
15type ObjectEncoding byte
16
17// Encoding values, see https://github.com/antirez/redis/blob/unstable/src/server.h#L581
18const (

Callers 2

DecodeObjectFunction · 0.85
object.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected