()
| 2056 | } |
| 2057 | |
| 2058 | func (m *Mutations) GetMetadata() *Metadata { |
| 2059 | if m != nil { |
| 2060 | return m.Metadata |
| 2061 | } |
| 2062 | return nil |
| 2063 | } |
| 2064 | |
| 2065 | type Metadata struct { |
| 2066 | // Map of predicates to their hints. |
nothing calls this directly
no outgoing calls
no test coverage detected