| 253 | } |
| 254 | |
| 255 | Maybe<TechController::ParentState> TechController::parentState() const { |
| 256 | return m_parentState.get(); |
| 257 | } |
| 258 | |
| 259 | DirectivesGroup const& TechController::parentDirectives() const { |
| 260 | return m_parentDirectives.get(); |
no test coverage detected