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

Method Export

bitmap/pb.pb.go:6368–6370  ·  view source on GitHub ↗
(ctx context.Context, req *ExportRequest)

Source from the content-addressed store, hash-verified

6366 return nil, status.Errorf(codes.Unimplemented, "method Restore not implemented")
6367}
6368func (*UnimplementedWorkerServer) Export(ctx context.Context, req *ExportRequest) (*ExportResponse, error) {
6369 return nil, status.Errorf(codes.Unimplemented, "method Export not implemented")
6370}
6371func (*UnimplementedWorkerServer) ReceivePredicate(srv Worker_ReceivePredicateServer) error {
6372 return status.Errorf(codes.Unimplemented, "method ReceivePredicate not implemented")
6373}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected