MCPcopy Create free account
hub / github.com/containerd/fifo / procPath

Method procPath

handle_linux.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (h *handle) procPath() string {
74 return fmt.Sprintf("/proc/self/fd/%d", h.fd)
75}
76
77func (h *handle) Name() string {
78 return h.name

Callers 2

getHandleFunction · 0.95
PathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected