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

TypeAlias ObjectType

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

ObjectType is the type of a data structure

Source from the content-addressed store, hash-verified

58
59// ObjectType is the type of a data structure
60type ObjectType byte
61
62// String representation of object type
63func (t ObjectType) String() string {

Callers 2

DecodeObjectFunction · 0.85
object.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected