()
| 2021 | } |
| 2022 | |
| 2023 | func (m *Mutations) GetEdges() []*DirectedEdge { |
| 2024 | if m != nil { |
| 2025 | return m.Edges |
| 2026 | } |
| 2027 | return nil |
| 2028 | } |
| 2029 | |
| 2030 | func (m *Mutations) GetSchema() []*SchemaUpdate { |
| 2031 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected