()
| 1415 | return true |
| 1416 | } |
| 1417 | func (m *BooleanNode) String() string { |
| 1418 | w := NewDefaultWriter() |
| 1419 | m.WriteDialect(w) |
| 1420 | return w.String() |
| 1421 | } |
| 1422 | func (m *BooleanNode) StringNegate() string { |
| 1423 | w := NewDefaultWriter() |
| 1424 | m.WriteNegate(w) |
nothing calls this directly
no test coverage detected