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

Struct mockCacheRecon

database/reconciliation_test.go:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type mockCacheRecon struct {
35 data map[string]interface{}
36}
37
38func newMockCacheRecon() *mockCacheRecon {
39 return &mockCacheRecon{data: make(map[string]interface{})}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected