| 861 | } |
| 862 | |
| 863 | bool cmLocalGenerator::IsRootMakefile() const |
| 864 | { |
| 865 | return !this->StateSnapshot.GetBuildsystemDirectoryParent().IsValid(); |
| 866 | } |
| 867 | |
| 868 | cmState* cmLocalGenerator::GetState() const |
| 869 | { |
nothing calls this directly
no test coverage detected