MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getSecretLabel

Function getSecretLabel

frontend/src/api/secrets.ts:44–46  ·  view source on GitHub ↗
(secret: SecretSummary)

Source from the content-addressed store, hash-verified

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

Callers 3

SecretSelectFunction · 0.90
ParametersDisplayFunction · 0.90
WorkflowNodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected