MCPcopy
hub / github.com/containerd/containerd / Pid

Method Pid

client/process.go:118–120  ·  view source on GitHub ↗

Pid returns the pid of the process The pid is not set until start is called and returns

()

Source from the content-addressed store, hash-verified

116// Pid returns the pid of the process
117// The pid is not set until start is called and returns
118func (p *process) Pid() uint32 {
119 return p.pid
120}
121
122// Start starts the exec process
123func (p *process) Start(ctx context.Context) error {

Callers 1

KillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected