Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
func
(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
Store
Method · 0.80
DB
Method · 0.80
Flush
Method · 0.65
Tested by
no test coverage detected