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

Class DirCacheEntry

Source/cmFileSet.cxx:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 cmGeneratorExpressionDAGChecker* dagChecker) const
164{
165 struct DirCacheEntry
166 {
167 std::string collapsedDir;
168 cm::optional<cmSystemTools::FileId> fileId;
169 };
170
171 std::unordered_map<std::string, DirCacheEntry> dirCache;
172 std::vector<std::string> result;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…