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

Method Send

tailnet/controllers.go:65–65  ·  view source on GitHub ↗
(*proto.CoordinateRequest)

Source from the content-addressed store, hash-verified

63type CoordinatorClient interface {
64 Close() error
65 Send(*proto.CoordinateRequest) error
66 Recv() (*proto.CoordinateResponse, error)
67}
68

Callers 15

TestWatchChatGitFunction · 0.65
watchChatGitMethod · 0.65
SynchronousStreamFunction · 0.65
doExchangeMessageMethod · 0.65
AcquireJobWithCancelMethod · 0.65
DownloadFileMethod · 0.65
installSignalHandlerFunction · 0.65
StreamDERPMapsMethod · 0.65

Implementers 3

fakeStreamcoderd/provisionerdserver/provisionerd
fakeCoordinatorClienttailnet/controllers_test.go
inMemoryCoordClienttailnet/controllers.go

Calls

no outgoing calls

Tested by 7

TestWatchChatGitFunction · 0.52
testDERPSendFunction · 0.52
TestDERPMeshFunction · 0.52