(secret: SecretSummary)
| 42 | * Get human-readable secret label for dropdown display |
| 43 | */ |
| 44 | export function getSecretLabel(secret: SecretSummary): string { |
| 45 | return secret.name || secret.id; |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Get secret description for dropdown subtitle |
no outgoing calls
no test coverage detected