Definition at line 23 of file BestFileRepositoryInFile.h. References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid(). 00024 { 00025 String dir = GetDir(loc); 00026 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".best", 00027 false, true); 00028 return file.Valid(); 00029 }
Here is the call graph for this function: ![]()
|