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

Method Add

enterprise/cli/proxyserver.go:45–47  ·  view source on GitHub ↗
(f func())

Source from the content-addressed store, hash-verified

43}
44
45func (c *closerFuncs) Add(f func()) {
46 *c = append(*c, f)
47}
48
49func (r *RootCmd) proxyServer() *serpent.Command {
50 var (

Callers 1

proxyServerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected