MCPcopy Create free account
hub / github.com/ethstorage/es-node / TestStorageManager_LastKvIndex

Function TestStorageManager_LastKvIndex

ethstorage/storage_manager_test.go:184–188  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

182}
183
184func TestStorageManager_LastKvIndex(t *testing.T) {
185 setup(t)
186 idx := storageManager.kvEntryCount
187 t.Log("kvEntryCnt", idx)
188}
189
190func TestStorageManager_DownloadFinished(t *testing.T) {
191 setup(t)

Callers

nothing calls this directly

Calls 2

LogMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected