Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ stripAnsi
Function
stripAnsi
packages/arctic/src/cli/ui.ts:121–123 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
119
}
120
121
function
stripAnsi(value: string) {
122
return
value.replace(ANSI_REGEX,
""
)
123
}
124
125
function
ellipsize(value: string, width: number) {
126
if
(value.length <= width)
return
value
Callers
3
padLine
Function · 0.85
wrapText
Function · 0.85
render
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected