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

Method Close

notify_socket.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (s *notifySocket) Close() error {
46 return s.socket.Close()
47}
48
49// If systemd is supporting sd_notify protocol, this function will add support
50// for sd_notify protocol from within the container.

Callers 2

bindSocketMethod · 0.45
sdNotifyBarrierFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected