MCPcopy 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
93func (h *handle) Close() error {
94 h.closeOnce.Do(func() {
95 h.f.Close()
96 })
97 return nil
98}

Callers 1

getHandleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected