MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Flush

Method Flush

internal/stats/dau_manager.go:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195func (this *DAUManager) Flush() error {
196 return this.ipTable.DB().Store().Flush()
197}
198
199func (this *DAUManager) TestInspect(t *testing.T) {
200 err := this.ipTable.DB().Inspect(func(key []byte, value []byte) {

Callers

nothing calls this directly

Calls 3

StoreMethod · 0.80
DBMethod · 0.80
FlushMethod · 0.65

Tested by

no test coverage detected