(row: ConnectionRow)
| 1490 | >(); |
| 1491 | |
| 1492 | const connectionKey = (row: ConnectionRow): string => |
| 1493 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1494 | |
| 1495 | const loadOAuthClientRow = ( |
| 1496 | owner: Owner, |
no outgoing calls
no test coverage detected