Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
452
func
stripANSI(output string) string {
453
return
ansiEscapePattern.ReplaceAllString(output,
""
)
454
}
455
456
func
displayTestName(name string) string {
457
if
name ==
""
{
Callers
1
summarize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected