MCPcopy 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
143func TestStore_Count(t *testing.T) {
144 testCountStore(t)
145
146 _ = testingStore.Close()
147}
148
149var testingStore *kvstore.Store
150

Callers

nothing calls this directly

Calls 2

testCountStoreFunction · 0.85
CloseMethod · 0.65

Tested by

no test coverage detected