MCPcopy Create free account
hub / github.com/opencontainers/runc / externalDescriptors

Method externalDescriptors

libcontainer/process_linux.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (p *containerProcess) externalDescriptors() []string {
144 return p.fds
145}
146
147func (p *containerProcess) setExternalDescriptors(newFds []string) {
148 p.fds = newFds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected