Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Flush
Method
Flush
internal/metrics/task_kv.go:371–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
369
}
370
371
func
(this *KVTask) Flush() error {
372
return
this.itemsTable.DB().Store().Flush()
373
}
374
375
func
(this *KVTask) TestInspect(t *testing.T) {
376
var
db = this.itemsTable.DB()
Callers
nothing calls this directly
Calls
3
Store
Method · 0.80
DB
Method · 0.80
Flush
Method · 0.65
Tested by
no test coverage detected