()
| 2114 | } |
| 2115 | |
| 2116 | func (m *mutation) IsCustomHTTP() bool { |
| 2117 | return (*field)(m).IsCustomHTTP() |
| 2118 | } |
| 2119 | |
| 2120 | func (m *mutation) HasCustomHTTPChild() bool { |
| 2121 | return (*field)(m).HasCustomHTTPChild() |
nothing calls this directly
no test coverage detected