MCPcopy Create free account
hub / github.com/JordanCoin/codemap / stripANSI

Function stripANSI

blast_radius.go:1353–1355  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

1351}
1352
1353func stripANSI(text string) string {
1354 return ansiSequencePattern.ReplaceAllString(text, "")
1355}
1356
1357func runeLen(text string) int {
1358 return utf8.RuneCountInString(text)

Callers 2

renderDiffProjectFunction · 0.70
renderDepsProjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected