Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
func
(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
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected