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

Method SetPermissions

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

Sets the permissions of the added files/folders

Source from the content-addressed store, hash-verified

93
94 //! Sets the permissions of the added files/folders
95 void SetPermissions(int permissions_)
96 {
97 this->Permissions.Set(permissions_);
98 }
99
100 //! Clears permissions - default is used instead
101 void ClearPermissions() { this->Permissions.Clear(); }

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected