MCPcopy
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
542func joinLines(lines ...string) string {
543 return strings.Join(lines, "\n") + "\n"
544}
545
546type byGoroutineID []Stack
547

Callers 2

TestParseStackFunction · 0.85
TestParseStackErrorsFunction · 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…