| 201 | |
| 202 | |
| 203 | QuickInfo PipelineManager::preview() const |
| 204 | { |
| 205 | QuickInfo qi; |
| 206 | |
| 207 | validateStageOptions(); |
| 208 | Stage *s = getStage(); |
| 209 | if (s) |
| 210 | qi = s->preview(); |
| 211 | return qi; |
| 212 | } |
| 213 | |
| 214 | |
| 215 | void PipelineManager::prepare() const |
nothing calls this directly
no test coverage detected