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

Method DRPCConn

coderd/aibridged/proto/aibridged_drpc.pb.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38type DRPCRecorderClient interface {
39 DRPCConn() drpc.Conn
40
41 RecordInterception(ctx context.Context, in *RecordInterceptionRequest) (*RecordInterceptionResponse, error)
42 RecordInterceptionEnded(ctx context.Context, in *RecordInterceptionEndedRequest) (*RecordInterceptionEndedResponse, error)

Callers 14

postStartupFunction · 0.65
TestAgentStatsFunction · 0.65
TestCollectInsightsFunction · 0.65
connectMethod · 0.65
newTestServerFunction · 0.65
TestRoutingFunction · 0.65

Implementers 3

MockDRPCClientcoderd/aibridged/aibridgedmock/clientm
MockDRPCClientMockRecordercoderd/aibridged/aibridgedmock/clientm
drpcRecorderClientcoderd/aibridged/proto/aibridged_drpc.

Calls

no outgoing calls

Tested by 12

postStartupFunction · 0.52
TestAgentStatsFunction · 0.52
TestCollectInsightsFunction · 0.52
newTestServerFunction · 0.52
TestRoutingFunction · 0.52