Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
type
mockCache
struct
{
41
data
map
[string]
interface
{}
42
}
43
44
func
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