Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
tailnet/convert.go:310–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
308
}
309
310
func
(w *DERPFromDRPCWrapper) Close() error {
311
return
w.Client.Close()
312
}
313
314
func
(w *DERPFromDRPCWrapper) Recv() (*tailcfg.DERPMap, error) {
315
p, err := w.Client.Recv()
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected