(row: ConnectionRow)
| 1743 | >(); |
| 1744 | |
| 1745 | const connectionKey = (row: ConnectionRow): string => |
| 1746 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1747 | |
| 1748 | const loadOAuthClientRow = ( |
| 1749 | owner: Owner, |
no outgoing calls
no test coverage detected