MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / sanitizeTerminalText

Function sanitizeTerminalText

cli/src/cli/formatters.ts:89–91  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

87}
88
89export function sanitizeTerminalText(value: unknown): string {
90 return stripVTControlCharacters(String(value));
91}

Callers 15

printInvitationHumanMethod · 0.90
handleAuthViaWebMethod · 0.90
copyNodeMethod · 0.90
copyNodesMethod · 0.90
moveNodesMethod · 0.90
printMethod · 0.90
actionMethod · 0.90
redrawMethod · 0.90
promptLoopMethod · 0.90
actionMethod · 0.90
actionMethod · 0.90
actionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected