| 88 | } |
| 89 | |
| 90 | cmStateSnapshot cmStateSnapshot::GetBuildsystemDirectory() const |
| 91 | { |
| 92 | return { this->State, this->Position->BuildSystemDirectory->CurrentScope }; |
| 93 | } |
| 94 | |
| 95 | cmStateSnapshot cmStateSnapshot::GetBuildsystemDirectoryParent() const |
| 96 | { |
no outgoing calls
no test coverage detected