| 73 | |
| 74 | bool WasFound() const { return m_found; } |
| 75 | bool WasOpened() const { return m_opened; } |
| 76 | const cUserFeedback& GetFeedback() const { return m_feedback; } |
| 77 | const Apto::Map<Apto::String, Apto::String>& GetCustomDirectives() const { return m_custom_directives; } |
| 78 |
no outgoing calls
no test coverage detected