MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / Mount

Method Mount

src/shared/shared.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283public:
284 Mount(QString device, QString mountPoint, QString fsType, QString mountOptions) :
285 device(std::move(device)),
286 mountPoint(std::move(mountPoint)),
287 fsType(std::move(fsType)),
288 mountOptions(std::move(
289 mountOptions)) {}
290
291 Mount(const Mount& other) = default;
292

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected