Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Delete
Method
Delete
internal/metrics/task_kv.go:330–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
328
}
329
330
func
(this *KVTask) Delete() error {
331
this.isStopped = true
332
333
return
this.itemsTable.DB().Truncate()
334
}
335
336
func
(this *KVTask) CleanExpired() error {
337
if
this.isStopped {
Callers
nothing calls this directly
Calls
2
DB
Method · 0.80
Truncate
Method · 0.45
Tested by
no test coverage detected