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

Method GetGlobCacheEntries

Source/cmake.cxx:3257–3260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3255}
3256
3257std::vector<cmGlobCacheEntry> cmake::GetGlobCacheEntries() const
3258{
3259 return this->State->GetGlobCacheEntries();
3260}
3261
3262std::vector<std::string> cmake::GetAllExtensions() const
3263{

Callers 2

AddGlobCheckExecMethod · 0.45
DumpGlobsDependentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected