Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsACLikeSourceExtension
Method
IsACLikeSourceExtension
Source/cmake.h:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
bool IsACLikeSourceExtension(cm::string_view ext) const
320
{
321
return this->CLikeSourceFileExtensions.Test(ext);
322
}
323
324
bool IsAKnownExtension(cm::string_view ext) const
325
{
Callers
3
cmAuxSourceDirectoryCommand
Function · 0.80
InitScanFiles
Method · 0.80
CreateNewProjectFile
Method · 0.80
Calls
1
Test
Method · 0.80
Tested by
no test coverage detected