Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
type
mockProcess
struct
{
77
_pid int
78
started uint64
79
}
80
81
func
(m *mockProcess) terminate() error {
82
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected