Home
last modified time | relevance | path

Searched defs:accessCache (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Deval.go44 type accessCache struct { struct
45 mu sync.Mutex
46 m map[string]*accessedMakefile
55 func (ac *accessCache) update(fn string, hash [sha1.Size]byte, st fileState) string {
90 func (ac *accessCache) Slice() []*accessedMakefile {