Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
(s *syncSocket) File() *os.File {
28
return
s.f
29
}
30
31
func
(s *syncSocket) Close() error {
32
// Even with errors from Close(), we have to assume the pipe was closed.
Callers
11
setupIO
Function · 0.80
setupPidfdSocket
Function · 0.80
sdNotifyBarrier
Function · 0.80
doWriteSync
Function · 0.80
doReadSync
Function · 0.80
sendContainerProcessState
Function · 0.80
newParentProcess
Method · 0.80
recvPidfd
Function · 0.80
handleSingle
Function · 0.80
handleNull
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected