MCPcopy 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
60function normalizeDescriptionInput(raw: string): string {
61 return raw.trim();
62}
63
64function normalizeTagsForUpdate(raw: string): string[] {
65 const tags = parseTags(raw);

Callers 1

handleEditSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected