Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
enterprise/cli/proxyserver.go:39–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
type
closerFuncs []
func
()
38
39
func
(c closerFuncs) Close() {
40
for
_, closeF :=
range
c {
41
closeF()
42
}
43
}
44
45
func
(c *closerFuncs) Add(f
func
()) {
46
*c = append(*c, f)
Callers
1
proxyServer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected