| 10 | ) |
| 11 | |
| 12 | type alwaysFalse struct { |
| 13 | Matcher VariableMatcher |
| 14 | |
| 15 | InnerNode Node |
| 16 | } |
| 17 | |
| 18 | // AlwaysFalse overrides the inner node with a constant "false". |
| 19 | func AlwaysFalse(m VariableMatcher) VariableMatcher { |
nothing calls this directly
no outgoing calls
no test coverage detected