Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
export
function
sanitizeTerminalText(value: unknown): string {
90
return
stripVTControlCharacters(String(value));
91
}
Callers
15
printInvitationHuman
Method · 0.90
handleAuthViaWeb
Method · 0.90
copyNode
Method · 0.90
copyNodes
Method · 0.90
moveNodes
Method · 0.90
print
Method · 0.90
action
Method · 0.90
redraw
Method · 0.90
promptLoop
Method · 0.90
action
Method · 0.90
action
Method · 0.90
action
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected