Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ drpcRecorderClient
Struct
drpcRecorderClient
coderd/aibridged/proto/aibridged_drpc.pb.go:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
drpcRecorderClient
struct
{
50
cc drpc.Conn
51
}
52
53
func
NewDRPCRecorderClient(cc drpc.Conn) DRPCRecorderClient {
54
return
&drpcRecorderClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected