Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
260
func
(c communicator) communicate() {
261
go
c.loopReq()
262
c.loopResp()
263
}
264
265
func
(c communicator) loopReq() {
266
ctx := c.stream.Context()
Callers
1
Coordinate
Method · 0.95
Calls
2
loopReq
Method · 0.95
loopResp
Method · 0.95
Tested by
no test coverage detected