func()

in file.go [251:253]


func (f *FileState) Found(context.Context) bool {
	return f.info != nil || !f.expected
}