| 71 | } |
| 72 | |
| 73 | void cmStateSnapshot::SetListFile(std::string const& listfile) |
| 74 | { |
| 75 | *this->Position->ExecutionListFile = listfile; |
| 76 | } |
| 77 | |
| 78 | std::string const& cmStateSnapshot::GetExecutionListFile() const |
| 79 | { |
no outgoing calls
no test coverage detected