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

Struct workerReceivePredicateServer

bitmap/pb.pb.go:6550–6552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6548}
6549
6550type workerReceivePredicateServer struct {
6551 grpc.ServerStream
6552}
6553
6554func (x *workerReceivePredicateServer) SendAndClose(m *api.Payload) error {
6555 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected