()
| 756 | } |
| 757 | |
| 758 | func (x *TaskForwardInfo) GetOriginPartition() string { |
| 759 | if x != nil { |
| 760 | return x.OriginPartition |
| 761 | } |
| 762 | return "" |
| 763 | } |
| 764 | |
| 765 | func (x *TaskForwardInfo) GetCreateTime() *timestamppb.Timestamp { |
| 766 | if x != nil { |
no outgoing calls
no test coverage detected