Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/goleak
/ joinLines
Function
joinLines
internal/stack/stacks_test.go:542–544 ·
view source on GitHub ↗
(lines ...string)
Source
from the content-addressed store, hash-verified
540
}
541
542
func
joinLines(lines ...string) string {
543
return
strings.Join(lines,
"\n"
) +
"\n"
544
}
545
546
type
byGoroutineID []Stack
547
Callers
2
TestParseStack
Function · 0.85
TestParseStackErrors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…