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

Method EXPECT

coderd/database/dbmock/dbmock.go:45–47  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

43
44// EXPECT returns an object that allows the caller to indicate expected use.
45func (m *MockStore) EXPECT() *MockStoreMockRecorder {
46 return m.recorder
47}
48
49// AcquireChats mocks base method.
50func (m *MockStore) AcquireChats(ctx context.Context, arg database.AcquireChatsParams) ([]database.Chat, error) {

Calls

no outgoing calls