(result: ResolveToolsResult)
| 2409 | }); |
| 2410 | |
| 2411 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2412 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2413 | |
| 2414 | const produceConnectionTools = ( |
| 2415 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected