A RichCheckNoop is a placeholder instance of RichCheckEffect that functions as a total noop. It is used to allow in place modification of collections of RichCheckEffects.
| 231 | // A RichCheckNoop is a placeholder instance of RichCheckEffect that functions as a total noop. |
| 232 | // It is used to allow in place modification of collections of RichCheckEffects. |
| 233 | type RichCheckNoop struct{} |
| 234 | |
| 235 | func (RichCheckNoop) isTriggeredBy(ast.Expr) bool { return false } |
| 236 |
nothing calls this directly
no outgoing calls
no test coverage detected