Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
638
func
(f fakeDERPClient) Close() error {
639
close(f.ch)
640
return
nil
641
}
642
643
func
(f fakeDERPClient) Recv() (*tailcfg.DERPMap, error) {
644
if
f.err != nil {
Callers
1
TestBasicDERPController_RewriteDERPMap
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected