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