MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / CurrentApp

Class CurrentApp

MonaBase/include/Mona/FileSystem.h:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected