MCPcopy
hub / github.com/opencontainers/runc / TestPids

Function TestPids

libcontainer/integration/exec_test.go:524–526  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

522}
523
524func TestPids(t *testing.T) {
525 testPids(t, false)
526}
527
528func TestPidsSystemd(t *testing.T) {
529 if !systemd.IsRunningSystemd() {

Callers

nothing calls this directly

Calls 1

testPidsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…