MCPcopy 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

37type closerFuncs []func()
38
39func (c closerFuncs) Close() {
40 for _, closeF := range c {
41 closeF()
42 }
43}
44
45func (c *closerFuncs) Add(f func()) {
46 *c = append(*c, f)

Callers 1

proxyServerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected