MCPcopy Index your code
hub / github.com/coder/coder / stripANSI

Function stripANSI

scripts/gotestsummary/main.go:452–454  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

450}
451
452func stripANSI(output string) string {
453 return ansiEscapePattern.ReplaceAllString(output, "")
454}
455
456func displayTestName(name string) string {
457 if name == "" {

Callers 1

summarizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected