Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ fakeDERPClient
Struct
fakeDERPClient
tailnet/controllers_test.go:633–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
type
fakeDERPClient
struct
{
634
ch
chan
*tailcfg.DERPMap
635
err error
636
}
637
638
func
(f fakeDERPClient) Close() error {
639
close(f.ch)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected