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

Method GetEnabled

bitmap/pb.pb.go:1315–1320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1313}
1314
1315func (m *License) GetEnabled() bool {
1316 if m != nil {
1317 return m.Enabled
1318 }
1319 return false
1320}
1321
1322type ZeroProposal struct {
1323 SnapshotTs map[uint32]uint64 `protobuf:"bytes,1,rep,name=snapshot_ts,json=snapshotTs,proto3" json:"snapshot_ts,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected