| 190 | friend class CliSession; |
| 191 | |
| 192 | static std::shared_ptr<OutStream> CoutPtr() |
| 193 | { |
| 194 | static std::shared_ptr<OutStream> s = std::make_shared<OutStream>(); |
| 195 | return s; |
| 196 | } |
| 197 | |
| 198 | Menu* RootMenu() { return rootMenu.get(); } |
| 199 |
nothing calls this directly
no outgoing calls
no test coverage detected