MCPcopy Index your code
hub / github.com/opencontainers/runc / mockProcess

Struct mockProcess

libcontainer/container_linux_test.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type mockProcess struct {
77 _pid int
78 started uint64
79}
80
81func (m *mockProcess) terminate() error {
82 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected