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

Method AssignIds

bitmap/pb.pb.go:5888–5890  ·  view source on GitHub ↗
(ctx context.Context, req *Num)

Source from the content-addressed store, hash-verified

5886 return nil, status.Errorf(codes.Unimplemented, "method ShouldServe not implemented")
5887}
5888func (*UnimplementedZeroServer) AssignIds(ctx context.Context, req *Num) (*AssignedIds, error) {
5889 return nil, status.Errorf(codes.Unimplemented, "method AssignIds not implemented")
5890}
5891func (*UnimplementedZeroServer) Timestamps(ctx context.Context, req *Num) (*AssignedIds, error) {
5892 return nil, status.Errorf(codes.Unimplemented, "method Timestamps not implemented")
5893}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected