Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Flush
Method
Flush
internal/iplibrary/ip_list_kv.go:226–228 ·
view source on GitHub ↗
Flush to disk
()
Source
from the content-addressed store, hash-verified
224
225
// Flush to disk
226
func
(this *KVIPList) Flush() error {
227
return
this.ipTable.DB().Store().Flush()
228
}
229
230
func
(this *KVIPList) Close() error {
231
this.isClosed = true
Callers
4
TestKVIPList_AddItem
Function · 0.95
TestKVIPList_AddItems_Many
Function · 0.95
TestKVIPList_DeleteExpiredItems
Function · 0.95
TestKVIPList_UpdateMaxVersion
Function · 0.95
Calls
3
Store
Method · 0.80
DB
Method · 0.80
Flush
Method · 0.65
Tested by
4
TestKVIPList_AddItem
Function · 0.76
TestKVIPList_AddItems_Many
Function · 0.76
TestKVIPList_DeleteExpiredItems
Function · 0.76
TestKVIPList_UpdateMaxVersion
Function · 0.76