| 294 | } |
| 295 | |
| 296 | ValidationSummary EvaluatorHost::ValidateRef(const std::string& refDir) |
| 297 | { |
| 298 | EnsureInitialized(); |
| 299 | return validateRef(refDir, _state, _verbose); |
| 300 | } |
| 301 | |
| 302 | bool EvaluatorHost::IsSqsFile(const std::string& path) |
| 303 | { |
no test coverage detected