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

Method Recv

tailnet/convert.go:314–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312}
313
314func (w *DERPFromDRPCWrapper) Recv() (*tailcfg.DERPMap, error) {
315 p, err := w.Client.Recv()
316 if err != nil {
317 return nil, err
318 }
319 return DERPMapFromProto(p), nil
320}
321
322var _ DERPClient = &DERPFromDRPCWrapper{}

Callers

nothing calls this directly

Calls 2

DERPMapFromProtoFunction · 0.85
RecvMethod · 0.65

Tested by

no test coverage detected