Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ getSecretDescription
Function
getSecretDescription
frontend/src/api/secrets.ts:51–53 ·
view source on GitHub ↗
(secret: SecretSummary)
Source
from the content-addressed store, hash-verified
49
* Get secret description
for
dropdown subtitle
50
*/
51
export
function
getSecretDescription(secret: SecretSummary): string {
52
return
secret.description || `ID: ${secret.id}`;
53
}
Callers
1
SecretSelect
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected