()
| 828 | } |
| 829 | |
| 830 | func (x *SchemaMetadata) GetViews() []*ViewMetadata { |
| 831 | if x != nil { |
| 832 | return x.Views |
| 833 | } |
| 834 | return nil |
| 835 | } |
| 836 | |
| 837 | func (x *SchemaMetadata) GetFunctions() []*FunctionMetadata { |
| 838 | if x != nil { |
no outgoing calls
no test coverage detected