-------------------------------------------------------------------------
| 209 | |
| 210 | //------------------------------------------------------------------------- |
| 211 | void Options::AddSubstitutePdbSourcePath(SubstitutePdbSourcePath&& substitutePdbSourcePath) |
| 212 | { |
| 213 | substitutePdbSourcePaths_.push_back(std::move(substitutePdbSourcePath)); |
| 214 | } |
| 215 | |
| 216 | //------------------------------------------------------------------------- |
| 217 | const std::vector<SubstitutePdbSourcePath>& Options::GetSubstitutePdbSourcePaths() const |
no outgoing calls
no test coverage detected