(row: ConnectionRow)
| 1730 | >(); |
| 1731 | |
| 1732 | const connectionKey = (row: ConnectionRow): string => |
| 1733 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1734 | |
| 1735 | const loadOAuthClientRow = ( |
| 1736 | owner: Owner, |
no outgoing calls
no test coverage detected