MCPcopy Index your code
hub / github.com/golang/groupcache / bytes

Method bytes

groupcache.go:459–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457}
458
459func (c *cache) bytes() int64 {
460 c.mu.RLock()
461 defer c.mu.RUnlock()
462 return c.nbytes
463}
464
465func (c *cache) items() int64 {
466 c.mu.RLock()

Callers 1

populateCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected