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

Class MountEntry

module/src/main/cpp/MountRuleParser.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 // Not necessary anymore
128 struct MountEntry {
129 std::string root;
130 std::string mountPoint;
131 std::string fsType;
132 std::string mountSource;
133 };
134
135 // Used previously for testing its effectiveness
136 static MountEntry parseMountinfo(const std::string& line) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected