(patterns: readonly string[])
| 790 | }, [props.groups, trimmedQuery]); |
| 791 | |
| 792 | const addConnection = async (patterns: readonly string[]) => { |
| 793 | await props.onAddPatterns(patterns); |
| 794 | }; |
| 795 | |
| 796 | const removeConnection = async (connectionId: string) => { |
| 797 | await props.onRemoveConnection(connectionId); |
no outgoing calls
no test coverage detected