MCPcopy Create free account
hub / github.com/Kitware/CMake / ClearPermissionsMask

Method ClearPermissionsMask

Source/cmArchiveWrite.h:114–114  ·  view source on GitHub ↗

Clears permissions mask - default is used instead

Source from the content-addressed store, hash-verified

112
113 //! Clears permissions mask - default is used instead
114 void ClearPermissionsMask() { this->PermissionsMask.Clear(); }
115
116 //! Sets UID and GID to be used in the tar file
117 void SetUIDAndGID(int uid_, int gid_)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected