(row: ConnectionRow)
| 1468 | >(); |
| 1469 | |
| 1470 | const connectionKey = (row: ConnectionRow): string => |
| 1471 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1472 | |
| 1473 | const loadOAuthClientRow = ( |
| 1474 | owner: Owner, |
no outgoing calls
no test coverage detected