MCPcopy 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

InitScanFilesMethod · 0.80
CreateNewProjectFileMethod · 0.80

Calls 1

TestMethod · 0.80

Tested by

no test coverage detected