MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / workerReceivePredicateServer

Struct workerReceivePredicateServer

protos/pb/pb_grpc.pb.go:1423–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423type workerReceivePredicateServer struct {
1424 grpc.ServerStream
1425}
1426
1427func (x *workerReceivePredicateServer) SendAndClose(m *api.Payload) error {
1428 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected