MCPcopy Index your code
hub / github.com/moby/moby / executorWithRunning

Struct executorWithRunning

daemon/pkg/plugin/manager_linux_test.go:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134type executorWithRunning struct {
135 m *Manager
136 root string
137 exitChans map[string]chan struct{}
138}
139
140func (e *executorWithRunning) Create(id string, spec specs.Spec, stdout, stderr io.WriteCloser) error {
141 sockAddr := filepath.Join(e.root, id, "plugin.sock")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected