Searched defs:makefileCacheT (Results 1 – 1 of 1) sorted by relevance
762 type makefileCacheT struct { struct763 mu sync.Mutex764 mk map[string]mkCacheEntry771 func (mc *makefileCacheT) lookup(filename string) (makefile, [sha1.Size]byte, bool, error) {786 func (mc *makefileCacheT) parse(filename string) (makefile, [sha1.Size]byte, error) {