Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
func
TestStorageManager_LastKvIndex(t *testing.T) {
185
setup(t)
186
idx := storageManager.kvEntryCount
187
t.Log(
"kvEntryCnt"
, idx)
188
}
189
190
func
TestStorageManager_DownloadFinished(t *testing.T) {
191
setup(t)
Callers
nothing calls this directly
Calls
2
Log
Method · 0.80
setup
Function · 0.70
Tested by
no test coverage detected