(input: Input)
| 64 | return true |
| 65 | }, |
| 66 | isReadOnly(input: Input) { |
| 67 | return input.action === 'list' || input.action === 'get' |
| 68 | }, |
| 69 | toAutoClassifierInput(input: Input) { |
| 70 | return `RemoteTrigger ${input.action}${input.trigger_id ? ` ${input.trigger_id}` : ''}` |
| 71 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected