Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
459
func
(c *cache) bytes() int64 {
460
c.mu.RLock()
461
defer
c.mu.RUnlock()
462
return
c.nbytes
463
}
464
465
func
(c *cache) items() int64 {
466
c.mu.RLock()
Callers
1
populateCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected