Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ reset
Method
reset
pkg/buffercache/location.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(m *locationMap) reset() {
46
m.m = make(
map
[string]location)
47
}
48
49
// removeCold removes all locations pointing to the given cold cache bucket.
50
func
(m *locationMap) removeCold(bidx int) {
Callers
1
Flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected