(input: Input)
| 88 | return true |
| 89 | }, |
| 90 | isReadOnly(input: Input) { |
| 91 | return input.value === undefined |
| 92 | }, |
| 93 | toAutoClassifierInput(input) { |
| 94 | return input.value === undefined |
| 95 | ? input.setting |
nothing calls this directly
no outgoing calls
no test coverage detected