func()

in pkg/containercredentials/config.go [118:122]


func (f *FileConfig) getCacheItem(identity Identity) bool {
	f.mu.RLock()
	defer f.mu.RUnlock()
	return f.cache[identity]
}