Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ClearDirectoryEntries
Method
ClearDirectoryEntries
Source/cmFileSet.cxx:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void cmFileSet::ClearDirectoryEntries()
107
{
108
this->DirectoryEntries.clear();
109
}
110
111
void cmFileSet::AddDirectoryEntry(BT<std::string> directories)
112
{
Callers
1
AddDirectoryToFileSet
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected