MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Remove

Method Remove

internal/utils/expires/manager.go:69–73  ·  view source on GitHub ↗
(list *List)

Source from the content-addressed store, hash-verified

67}
68
69func (this *Manager) Remove(list *List) {
70 this.locker.Lock()
71 delete(this.listMap, list)
72 this.locker.Unlock()
73}

Callers

nothing calls this directly

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected