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

Struct workerStreamSnapshotClient

bitmap/pb.pb.go:6181–6183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6179}
6180
6181type workerStreamSnapshotClient struct {
6182 grpc.ClientStream
6183}
6184
6185func (x *workerStreamSnapshotClient) Send(m *Snapshot) error {
6186 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected