MCPcopy 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
330func (this *KVTask) Delete() error {
331 this.isStopped = true
332
333 return this.itemsTable.DB().Truncate()
334}
335
336func (this *KVTask) CleanExpired() error {
337 if this.isStopped {

Callers

nothing calls this directly

Calls 2

DBMethod · 0.80
TruncateMethod · 0.45

Tested by

no test coverage detected