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

Method EXPECT

codersdk/workspacesdk/agentconnmock/agentconnmock.go:55–57  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

53
54// EXPECT returns an object that allows the caller to indicate expected use.
55func (m *MockAgentConn) EXPECT() *MockAgentConnMockRecorder {
56 return m.recorder
57}
58
59// AppHTTPClient mocks base method.
60func (m *MockAgentConn) AppHTTPClient() *http.Client {

Calls

no outgoing calls