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

Method communicate

tailnet/service.go:260–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func (c communicator) communicate() {
261 go c.loopReq()
262 c.loopResp()
263}
264
265func (c communicator) loopReq() {
266 ctx := c.stream.Context()

Callers 1

CoordinateMethod · 0.95

Calls 2

loopReqMethod · 0.95
loopRespMethod · 0.95

Tested by

no test coverage detected