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

Method Close

tailnet/controllers_test.go:638–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636}
637
638func (f fakeDERPClient) Close() error {
639 close(f.ch)
640 return nil
641}
642
643func (f fakeDERPClient) Recv() (*tailcfg.DERPMap, error) {
644 if f.err != nil {

Calls

no outgoing calls

Tested by

no test coverage detected