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

Class MountPropagation

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

Source from the content-addressed store, hash-verified

75};
76
77struct MountPropagation {
78 PropagationType type = PropagationType::UNKNOWN;
79 int id = -1;
80};
81
82static const std::unordered_map<std::string, MountFlags> mountFlags = {
83 {"ro", MountFlags::RO}, {"rw", MountFlags::RW}, {"noexec", MountFlags::NOEXEC},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected