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

Method Directory

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

Source from the content-addressed store, hash-verified

144 class Directory : public std::string, public virtual Object {
145 public:
146 Directory(const std::string& value) : std::string(value) {}
147 Directory(const char* value) : std::string(value) {}
148 Directory(Directory&& other) : std::string(std::move(other)), name(std::move(other.name)), extPos(other.extPos) {}
149 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected