Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsAKnownExtension
Method
IsAKnownExtension
Source/cmake.h:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
bool IsAKnownExtension(cm::string_view ext) const
325
{
326
return this->IsAKnownSourceExtension(ext) || this->IsAHeaderExtension(ext);
327
}
328
329
std::vector<std::string> GetAllExtensions() const;
330
Callers
3
StripExtension
Method · 0.95
UpdateExtension
Method · 0.80
MatchesAmbiguousExtension
Method · 0.80
Calls
2
IsAKnownSourceExtension
Method · 0.95
IsAHeaderExtension
Method · 0.95
Tested by
no test coverage detected