| 672 | } |
| 673 | |
| 674 | Json::ArrayIndex CodemodelConfig::GetDirectoryIndex(cmLocalGenerator const* lg) |
| 675 | { |
| 676 | return this->GetDirectoryIndex( |
| 677 | lg->GetStateSnapshot().GetBuildsystemDirectory()); |
| 678 | } |
| 679 | |
| 680 | Json::ArrayIndex CodemodelConfig::GetDirectoryIndex(cmStateSnapshot s) |
| 681 | { |
no test coverage detected