Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ normalizeDescriptionInput
Function
normalizeDescriptionInput
frontend/src/pages/SecretsManager.tsx:60–62 ·
view source on GitHub ↗
(raw: string)
Source
from the content-addressed store, hash-verified
58
}
59
60
function normalizeDescriptionInput(raw: string): string {
61
return raw.trim();
62
}
63
64
function normalizeTagsForUpdate(raw: string): string[] {
65
const tags = parseTags(raw);
Callers
1
handleEditSubmit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected