Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/sum
/ Del
Method
Del
service/cache.go:30–34 ·
view source on GitHub ↗
(id uint64)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(cc *compiledCache) Del(id uint64) {
31
cc.Lock()
32
defer
cc.Unlock()
33
delete(cc.cache, id)
34
}
Callers
1
DeleteOracle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected