Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
func
(this *DAUManager) Flush() error {
196
return
this.ipTable.DB().Store().Flush()
197
}
198
199
func
(this *DAUManager) TestInspect(t *testing.T) {
200
err := this.ipTable.DB().Inspect(
func
(key []byte, value []byte) {
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