Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Clear
Method
Clear
Source/cmArchiveWrite.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
this->Value = val;
26
}
27
void Clear() { this->IsValueSet = false; }
28
bool IsSet() const { return this->IsValueSet; }
29
T Get() const { return this->Value; }
30
Callers
4
cmArchiveWriteOptional
Method · 0.95
ClearPermissions
Method · 0.45
ClearPermissionsMask
Method · 0.45
ClearUIDAndGID
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected