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

Method Connect

bitmap/pb.pb.go:5873–5875  ·  view source on GitHub ↗
(ctx context.Context, req *Member)

Source from the content-addressed store, hash-verified

5871}
5872
5873func (*UnimplementedZeroServer) Connect(ctx context.Context, req *Member) (*ConnectionState, error) {
5874 return nil, status.Errorf(codes.Unimplemented, "method Connect not implemented")
5875}
5876func (*UnimplementedZeroServer) UpdateMembership(ctx context.Context, req *Group) (*api.Payload, error) {
5877 return nil, status.Errorf(codes.Unimplemented, "method UpdateMembership not implemented")
5878}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected