MCPcopy
hub / github.com/grpc/grpc-go / addEntry

Method addEntry

balancer/rls/cache.go:134–137  ·  view source on GitHub ↗
(key cacheKey)

Source from the content-addressed store, hash-verified

132}
133
134func (l *lru) addEntry(key cacheKey) {
135 e := l.ll.PushBack(key)
136 l.m[key] = e
137}
138
139func (l *lru) makeRecent(key cacheKey) {
140 e := l.m[key]

Calls

no outgoing calls