Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ request
Struct
request
vpn/speaker.go:357–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
type
request[S rpcMessage, R rpcMessage]
struct
{
358
ctx context.Context
359
msg R
360
replyCh
chan
<- S
361
}
362
363
func
(r *request[S, _]) sendReply(reply S) error {
364
rrpc := reply.EnsureRPC()
Callers
1
api.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected