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

Method ClearUIDAndGID

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

Clears UID and GID to be used in the tar file - default is used instead

Source from the content-addressed store, hash-verified

122
123 //! Clears UID and GID to be used in the tar file - default is used instead
124 void ClearUIDAndGID()
125 {
126 this->Uid.Clear();
127 this->Gid.Clear();
128 }
129
130 //! Sets UNAME and GNAME to be used in the tar file
131 void SetUNAMEAndGNAME(std::string const& uname_, std::string const& gname_)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected