MCPcopy
hub / github.com/containerd/containerd / Start

Method Start

client/sandbox.go:80–87  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

78}
79
80func (s *sandboxClient) Start(ctx context.Context) error {
81 _, err := s.client.SandboxController(s.metadata.Sandboxer).Start(ctx, s.ID())
82 if err != nil {
83 return err
84 }
85
86 return nil
87}
88
89func (s *sandboxClient) Wait(ctx context.Context) (<-chan ExitStatus, error) {
90 c := make(chan ExitStatus, 1)

Callers

nothing calls this directly

Calls 3

IDMethod · 0.95
StartMethod · 0.65
SandboxControllerMethod · 0.65

Tested by

no test coverage detected