Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
205
type
multiCloser
struct
{
206
closers []io.Closer
207
}
208
209
var
_ io.Closer = &multiCloser{}
210
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected