| 3759 | } |
| 3760 | |
| 3761 | const BoundExplainer *Engine::getBoundExplainer() const |
| 3762 | { |
| 3763 | return _boundManager.getBoundExplainer(); |
| 3764 | } |
| 3765 | |
| 3766 | void Engine::setBoundExplainerContent( BoundExplainer *boundExplainer ) |
| 3767 | { |
no outgoing calls
no test coverage detected