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

Method EXPECT

coderd/database/pubsub/psmock/psmock.go:39–41  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

37
38// EXPECT returns an object that allows the caller to indicate expected use.
39func (m *MockPubsub) EXPECT() *MockPubsubMockRecorder {
40 return m.recorder
41}
42
43// Close mocks base method.
44func (m *MockPubsub) Close() error {

Calls

no outgoing calls