Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/fifo
/ Close
Method
Close
handle_linux.go:93–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(h *handle) Close() error {
94
h.closeOnce.Do(
func
() {
95
h.f.Close()
96
})
97
return
nil
98
}
Callers
1
getHandle
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected