()
| 124 | } |
| 125 | |
| 126 | func (x *Sandbox) GetCreatedAt() *timestamppb.Timestamp { |
| 127 | if x != nil { |
| 128 | return x.CreatedAt |
| 129 | } |
| 130 | return nil |
| 131 | } |
| 132 | |
| 133 | func (x *Sandbox) GetUpdatedAt() *timestamppb.Timestamp { |
| 134 | if x != nil { |
no outgoing calls
no test coverage detected