MCPcopy Index your code
hub / github.com/coder/coder / multiCloser

Struct multiCloser

enterprise/cli/server.go:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205type multiCloser struct {
206 closers []io.Closer
207}
208
209var _ io.Closer = &multiCloser{}
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected