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

Method getParentId

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

Source from the content-addressed store, hash-verified

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; }
151 [[nodiscard]] const std::string& getMountPoint() const { return mnt_pnt; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected