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

Struct MockStoreMockRecorder

coderd/database/dbmock/dbmock.go:33–35  ·  view source on GitHub ↗

MockStoreMockRecorder is the mock recorder for MockStore.

Source from the content-addressed store, hash-verified

31
32// MockStoreMockRecorder is the mock recorder for MockStore.
33type MockStoreMockRecorder struct {
34 mock *MockStore
35}
36
37// NewMockStore creates a new mock instance.
38func NewMockStore(ctrl *gomock.Controller) *MockStore {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected