(input)
| 204 | return true |
| 205 | }, |
| 206 | toAutoClassifierInput(input) { |
| 207 | return input.query |
| 208 | }, |
| 209 | async checkPermissions(_input): Promise<PermissionResult> { |
| 210 | return { |
| 211 | behavior: 'passthrough', |
nothing calls this directly
no outgoing calls
no test coverage detected