Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestStore_Count
Function
TestStore_Count
internal/utils/kvstore/store_test.go:143–147 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
141
}
142
143
func
TestStore_Count(t *testing.T) {
144
testCountStore(t)
145
146
_ = testingStore.Close()
147
}
148
149
var
testingStore *kvstore.Store
150
Callers
nothing calls this directly
Calls
2
testCountStore
Function · 0.85
Close
Method · 0.65
Tested by
no test coverage detected