MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / getMountId

Method getMountId

module/src/main/cpp/mountsinfo.cpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 ~MountInfo() = default;
146
147 [[nodiscard]] int getMountId() const { return mnt_id; }
148 [[nodiscard]] int getParentId() const { return mnt_parent_id; }
149 [[nodiscard]] dev_t getDev() const { return dev; }
150 [[nodiscard]] const std::string& getRoot() const { return root; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected