MCPcopy 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
45func (m *locationMap) reset() {
46 m.m = make(map[string]location)
47}
48
49// removeCold removes all locations pointing to the given cold cache bucket.
50func (m *locationMap) removeCold(bidx int) {

Callers 1

FlushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected