MCPcopy 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
106void cmFileSet::ClearDirectoryEntries()
107{
108 this->DirectoryEntries.clear();
109}
110
111void cmFileSet::AddDirectoryEntry(BT<std::string> directories)
112{

Callers 1

AddDirectoryToFileSetMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected