MCPcopy
hub / github.com/dgraph-io/dgraph / IsPeer

Method IsPeer

protos/pb/pb_grpc.pb.go:165–167  ·  view source on GitHub ↗
(context.Context, *RaftContext)

Source from the content-addressed store, hash-verified

163 return nil, status.Errorf(codes.Unimplemented, "method JoinCluster not implemented")
164}
165func (UnimplementedRaftServer) IsPeer(context.Context, *RaftContext) (*PeerResponse, error) {
166 return nil, status.Errorf(codes.Unimplemented, "method IsPeer not implemented")
167}
168func (UnimplementedRaftServer) mustEmbedUnimplementedRaftServer() {}
169
170// UnsafeRaftServer may be embedded to opt out of forward compatibility for this service.

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected