MCPcopy
hub / github.com/opencontainers/runc / File

Method File

libcontainer/sync_unix.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (s *syncSocket) File() *os.File {
28 return s.f
29}
30
31func (s *syncSocket) Close() error {
32 // Even with errors from Close(), we have to assume the pipe was closed.

Callers 11

setupIOFunction · 0.80
setupPidfdSocketFunction · 0.80
sdNotifyBarrierFunction · 0.80
doWriteSyncFunction · 0.80
doReadSyncFunction · 0.80
newParentProcessMethod · 0.80
recvPidfdFunction · 0.80
handleSingleFunction · 0.80
handleNullFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected