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

Struct mockCache

database/transactions_test.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type mockCache struct {
41 data map[string]interface{}
42}
43
44func newMockCache() *mockCache {
45 return &mockCache{data: make(map[string]interface{})}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected