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

Method Flush

internal/utils/agents/db_kv.go:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (this *KVDB) Flush() error {
88 if this.table == nil {
89 return errors.New("table should not be nil")
90 }
91
92 return this.table.DB().Store().Flush()
93}

Callers

nothing calls this directly

Calls 3

StoreMethod · 0.80
DBMethod · 0.80
FlushMethod · 0.65

Tested by

no test coverage detected