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

Struct MockStore

coderd/database/dbmock/dbmock.go:26–30  ·  view source on GitHub ↗

MockStore is a mock of Store interface.

Source from the content-addressed store, hash-verified

24
25// MockStore is a mock of Store interface.
26type MockStore struct {
27 ctrl *gomock.Controller
28 recorder *MockStoreMockRecorder
29 isgomock struct{}
30}
31
32// MockStoreMockRecorder is the mock recorder for MockStore.
33type MockStoreMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected