(row: ConnectionRow)
| 1870 | >(); |
| 1871 | |
| 1872 | const connectionKey = (row: ConnectionRow): string => |
| 1873 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1874 | |
| 1875 | const loadOAuthClientRow = ( |
| 1876 | owner: Owner, |
no outgoing calls
no test coverage detected