MCPcopy Create free account
hub / github.com/AdRoll/baker / flushCold

Method flushCold

pkg/buffercache/cache.go:241–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239}
240
241func (c *BufferCache) flushCold() {
242 for b := range c.cold.buckets {
243 c.cold.buckets[b].flush(c.decompressAndFlush)
244 }
245}
246
247// putInCold puts buf in the cold cache if its size fits it, otherwise the
248// buffer is put into the hot cache.

Callers 1

FlushMethod · 0.95

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected