| 159 | }; |
| 160 | |
| 161 | class CurrentApp : public std::string, public virtual NullableObject { |
| 162 | public: |
| 163 | CurrentApp(); |
| 164 | operator bool() const { return !empty(); } |
| 165 | }; |
| 166 | |
| 167 | static Home _Home; |
| 168 | static CurrentApp _CurrentApp; |
nothing calls this directly
no outgoing calls
no test coverage detected