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

Struct workerStreamSnapshotServer

bitmap/pb.pb.go:6434–6436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6432}
6433
6434type workerStreamSnapshotServer struct {
6435 grpc.ServerStream
6436}
6437
6438func (x *workerStreamSnapshotServer) Send(m *KVS) error {
6439 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected