()
| 835 | } |
| 836 | |
| 837 | func (x *SchemaMetadata) GetFunctions() []*FunctionMetadata { |
| 838 | if x != nil { |
| 839 | return x.Functions |
| 840 | } |
| 841 | return nil |
| 842 | } |
| 843 | |
| 844 | func (x *SchemaMetadata) GetProcedures() []*ProcedureMetadata { |
| 845 | if x != nil { |
no outgoing calls
no test coverage detected