Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
(h *handle) procPath() string {
74
return
fmt.Sprintf(
"/proc/self/fd/%d"
, h.fd)
75
}
76
77
func
(h *handle) Name() string {
78
return
h.name
Callers
2
getHandle
Function · 0.95
Path
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected