MCPcopy 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
357type request[S rpcMessage, R rpcMessage] struct {
358 ctx context.Context
359 msg R
360 replyCh chan<- S
361}
362
363func (r *request[S, _]) sendReply(reply S) error {
364 rrpc := reply.EnsureRPC()

Callers 1

api.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected