MCPcopy 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
371func (this *KVTask) Flush() error {
372 return this.itemsTable.DB().Store().Flush()
373}
374
375func (this *KVTask) TestInspect(t *testing.T) {
376 var db = this.itemsTable.DB()

Callers

nothing calls this directly

Calls 3

StoreMethod · 0.80
DBMethod · 0.80
FlushMethod · 0.65

Tested by

no test coverage detected