()
| 184 | return true |
| 185 | }, |
| 186 | isReadOnly() { |
| 187 | return true |
| 188 | }, |
| 189 | toAutoClassifierInput(input) { |
| 190 | return input.path ? `${input.pattern} in ${input.path}` : input.pattern |
| 191 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected