(displayName: string)
| 20 | } |
| 21 | |
| 22 | export function getManagedConnectorDisplayName(displayName: string): string { |
| 23 | return `${NOUMENA_MANAGED_CONNECTOR_PREFIX}${displayName}` |
| 24 | } |
| 25 | |
| 26 | export function getManagedConnectorCompatibilityNames(name: string): string[] { |
| 27 | const suffix = stripManagedConnectorPrefix(name) |
no outgoing calls
no test coverage detected