()
| 1811 | } |
| 1812 | func (m *IncludeNode) NodeType() string { return "Include" } |
| 1813 | func (m *IncludeNode) String() string { |
| 1814 | w := NewDefaultWriter() |
| 1815 | m.WriteDialect(w) |
| 1816 | return w.String() |
| 1817 | } |
| 1818 | func (m *IncludeNode) WriteDialect(w DialectWriter) { |
| 1819 | if m.negated { |
| 1820 | io.WriteString(w, "NOT ") |
nothing calls this directly
no test coverage detected