MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Num

Struct Num

bitmap/pb.pb.go:4100–4105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4098}
4099
4100type Num struct {
4101 Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
4102 ReadOnly bool `protobuf:"varint,2,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
4103 Forwarded bool `protobuf:"varint,3,opt,name=forwarded,proto3" json:"forwarded,omitempty"`
4104 Type NumLeaseType `protobuf:"varint,4,opt,name=type,proto3,enum=pb.NumLeaseType" json:"type,omitempty"`
4105}
4106
4107func (m *Num) Reset() { *m = Num{} }
4108func (m *Num) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected