(n int)
| 535 | func mkPtr[T any](v T) *T { return &v } |
| 536 | |
| 537 | func truePipeline(n int) string { |
| 538 | return strings.Join(slices.Repeat([]string{"/bin/true"}, n), " | ") |
| 539 | } |
| 540 | |
| 541 | func testPids(t *testing.T, systemd bool) { |
| 542 | if testing.Short() { |
no outgoing calls
no test coverage detected
searching dependent graphs…