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

Method Recv

tailnet/controllers.go:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77type DERPClient interface {
78 Close() error
79 Recv() (*tailcfg.DERPMap, error)
80}
81
82// A DERPController accepts connections to the control plane, and handles the DERPMap updates

Callers 15

waitForUpdatesFunction · 0.65
recvDataMethod · 0.65
AcquireJobWithCancelMethod · 0.65
RecvMethod · 0.65
TestWorkspaceUpdatesFunction · 0.65
loopReqMethod · 0.65
respLoopMethod · 0.65
recvLoopMethod · 0.65
recvLoopMethod · 0.65

Implementers 8

pollingDERPClientcoderd/tailnet.go
mockUploadStreamcoderd/provisionerdserver/upload_file_
fakeStreamcoderd/provisionerdserver/provisionerd
DERPFromDRPCWrappertailnet/convert.go
fakeDERPClienttailnet/controllers_test.go
fakeCoordinatorClienttailnet/controllers_test.go
fakeWorkspaceUpdateClienttailnet/controllers_test.go
inMemoryCoordClienttailnet/controllers.go

Calls

no outgoing calls

Tested by 8

waitForUpdatesFunction · 0.52
TestWorkspaceUpdatesFunction · 0.52
createDERPClientFunction · 0.52
recvDataFunction · 0.52