MCPcopy 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
310func (w *DERPFromDRPCWrapper) Close() error {
311 return w.Client.Close()
312}
313
314func (w *DERPFromDRPCWrapper) Recv() (*tailcfg.DERPMap, error) {
315 p, err := w.Client.Recv()

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected