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

Method EXPECT

coderd/aibridged/aibridgedmock/clientmock.go:41–43  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

39
40// EXPECT returns an object that allows the caller to indicate expected use.
41func (m *MockDRPCClient) EXPECT() *MockDRPCClientMockRecorder {
42 return m.recorder
43}
44
45// DRPCConn mocks base method.
46func (m *MockDRPCClient) DRPCConn() drpc.Conn {

Callers 3

newTestServerFunction · 0.95
TestRoutingFunction · 0.95

Calls

no outgoing calls

Tested by 3

newTestServerFunction · 0.76
TestRoutingFunction · 0.76