MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / MockDataSource

Struct MockDataSource

database/mocks/repo_mocks.go:30–32  ·  view source on GitHub ↗

MockDataSource is a mock implementation of the IDataSource interface

Source from the content-addressed store, hash-verified

28
29// MockDataSource is a mock implementation of the IDataSource interface
30type MockDataSource struct {
31 mock.Mock
32}
33
34// Transaction methods
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected