return base_output_stream and step_description
| 34 | |
| 35 | // return base_output_stream and step_description |
| 36 | Block ISourceStep::deserializeFromProtoBase(const Protos::ISourceStep & proto) |
| 37 | { |
| 38 | Block output_header = deserializeHeaderFromProto(proto.output_header()); |
| 39 | return output_header; |
| 40 | } |
| 41 | } |
nothing calls this directly
no test coverage detected