Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ClearFileEntries
Method
ClearFileEntries
Source/cmFileSet.cxx:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void cmFileSet::ClearFileEntries()
117
{
118
this->FileEntries.clear();
119
}
120
121
void cmFileSet::AddFileEntry(BT<std::string> files)
122
{
Callers
1
AddPathToFileSet
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected